• This project
    • Loading...
  • Sign in

이정호 / gitbranch-assignment2

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • gitbranch-assignment2
  • 2019102212.py
  • 이정호's avatar
    hello world · 46c39c86
    46c39c86 Browse Files
    이정호 authored 2020-04-03 16:02:23 +0900
2019102212.py 111 Bytes
Raw Blame History Permalink
1 2 3 4 5
temp = input("If you enter 'exit', the program will exit")
if temp == "exit":
    exit()
else:
    print(temp)