Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박규리
/
practice3
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
782b953c238426409e08f6f9e9dbf73f90f813d0
Switch branch/tag
practice3
exit.py
exit
· 782b953c
782b953c
박규리
authored
2022-04-01 01:19:19 +0900
exit.py
40 Bytes
Raw
Blame
History
Permalink
1
2
3
a
=
input
()
if
a
==
'exit'
:
exit
()