Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이충섭
/
assignment
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
이충섭
2020-09-25 23:53:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f32aa2aaf1631279ca535620322998c803cdef6
1f32aa2a
1 parent
fddfcb64
2nd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
test.py
test.py
View file @
1f32aa2
def
exit
()
print
(
"Hello World!"
)
def
exit
():
print
(
"press any key to exit"
)
x
=
input
()
return
exit
()
...
...
Please
register
or
login
to post a comment