• This project
    • Loading...
  • Sign in

박시진 / 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
  • Assignment2
  • inputoutput.py
  • 박시진's avatar
    exit function is added · 52eb8ed0
    52eb8ed0
    박시진 authored 2022-04-01 02:06:39 +0900
inputoutput.py 106 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
x = input("If you enter 'exit' the program will exit  : ")

if x == "exit":
    quit()
else :
    print(x)