Toggle navigation
Toggle navigation
This project
Loading...
Sign in
suhyunpark
/
Branch
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
suhyunpark
2021-03-29 17:10:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
36ae08fde91b85875484b33d003d5f5e3deb1862
36ae08fd
1 parent
b03537b6
B
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
test.py
test.py
View file @
36ae08f
1
a
=
str
(
input
())
1
a
=
str
(
input
())
2
-
print
(
a
)
2
+
if
a
==
"exit"
:
3
+
exit
()
4
+
else
:
5
+
print
(
a
)
...
...
Please
register
or
login
to post a comment