• This project
    • Loading...
  • Sign in

권은령 / ex04_assign2

%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
  • ex04_assign2
  • exitPro.py
  • 권은령's avatar
    exit file added · fb02e55b
    fb02e55b
    권은령 authored 2019-10-04 11:59:41 +0900
exitPro.py 87 Bytes
Raw Blame History Permalink
1 2 3 4
sen=input("If you enter 'exit', the program will exit.")

if(sen=="exit"):
    exit(0)