Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정주희
/
kkk
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-04-01 00:13:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cd9d4d5415ee49075c0d88290dca0c5e3377f25f
cd9d4d54
1 parent
ccd26c45
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
a.py
a.py
View file @
cd9d4d5
1
a
=
input
()
1
a
=
input
()
2
-
print
(
a
)
2
+
if
a
==
"exit"
:
3
+
exit
()
...
...
Please
register
or
login
to post a comment