• This project
    • Loading...
  • Sign in

안효빈 / exp2

%ea%b7%b8%eb%a6%bc1
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
Switch branch/tag
  • exp2
  • exit.py
  • Ahn's avatar
    add exit · 10546204
    10546204
    Ahn authored 2021-09-30 22:40:43 +0900
exit.py 55 Bytes
Raw Blame History Permalink
1 2 3 4
a = input("exit?")
if a == "exit":
    exit()
print(a)