Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이정호
/
gitbranch-assignment2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이정호
2020-04-03 16:02:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
46c39c86c8d2a63a3ecb1527058443ba43177187
46c39c86
1 parent
b3c94196
hello world
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
2019102212.py
2019102212.py
View file @
46c39c8
...
@@ -2,3 +2,4 @@ temp = input("If you enter 'exit', the program will exit")
...
@@ -2,3 +2,4 @@ temp = input("If you enter 'exit', the program will exit")
2
if
temp
==
"exit"
:
2
if
temp
==
"exit"
:
3
exit
()
3
exit
()
4
else
:
4
else
:
5
+
print
(
temp
)
...
...
Please
register
or
login
to post a comment