• This project
    • Loading...
  • Sign in

노영우 / git_branch_project

%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
  • git_branch_project
  • B_exit_program.py
  • Young Woo's avatar
    from B local repo · a7e164b1
    a7e164b1
    Young Woo authored 2022-04-01 00:46:40 +0900
B_exit_program.py 67 Bytes
Raw Blame History Permalink
1 2 3 4
while(True):
    var = input()
    if var == "exit":
        exit()