• This project
    • Loading...
  • Sign in

이형우 / OSS_git_branch_experiment_assignment2

%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
  • OSS_git_branch_experiment_assignment2
  • exit.py
  • 이형우's avatar
    exit program added. · 8fd5047f
    8fd5047f
    이형우 authored 2022-03-31 01:21:49 +0900
exit.py 124 Bytes
Raw Blame History Permalink
1 2 3 4 5
while(True):
    print("If you enter 'exit', the program will exit")
    word = input()
    if word=="exit":
        exit()