Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이충섭
/
test2
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
Files
Commits
Network
Compare
Branches
Tags
master
Switch branch/tag
test2
A
test.py
1st
· b2fb6721
b2fb6721
Browse Files
이충섭
authored
2020-09-25 18:04:37 +0900
test.py
49 Bytes
Raw
Blame
History
Permalink
1
2
3
4
5
def
exit
():
print
(
"Hello World!"
)
pass
exit
()