Toggle navigation
Toggle navigation
This project
Loading...
Sign in
조영호
/
assignment2_4
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
조영호
2021-09-26 15:28:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b4502aa9da7f5174e20245d423f62add447d0029
b4502aa9
1 parent
4daebcfd
exit program
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
1.py
1.py
View file @
b4502aa
1
a
=
input
()
1
a
=
input
()
2
-
print
(
a
)
...
\ No newline at end of file
...
\ No newline at end of file
2
+
if
a
==
"exit"
:
3
+
print
(
"entered exit"
)
4
+
else
:
5
+
print
(
a
)
...
\ No newline at end of file
...
\ No newline at end of file
...
...
Please
register
or
login
to post a comment