Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Akhil
Programs
Commits
7edaff29
Commit
7edaff29
authored
Oct 06, 2020
by
Akhil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
6791d05b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Python/lastexec.py
Python/lastexec.py
+9
-0
No files found.
Python/lastexec.py
0 → 100644
View file @
7edaff29
astr
=
'Hello Bob'
istr
=
int
(
astr
)
print
(
'First'
,
istr
)
astr
=
'123'
istr
=
int
(
astr
)
print
(
'Second'
,
istr
)
#which line will be last executed?
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment