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
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
dhxl50
2020-04-03 15:40:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3c7f8a94d02482636a65b4ecf23990c3cc3c1b4b
3c7f8a94
1 parent
c9336049
exit function
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
2019102153.py
2019102153.py
View file @
3c7f8a9
x
=
input
(
"text : "
)
print
(
x
)
\ No newline at end of file
x
=
input
(
"If you enter ‘exit’, the program will exit : "
)
if
x
==
"exit"
:
exit
(
0
)
else
:
print
(
x
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment