• This project
    • Loading...
  • Sign in

조영호 / assignment2_4

%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_4
  • 1.py
  • 조영호's avatar
    exit program · b4502aa9
    b4502aa9
    조영호 authored 2021-09-26 15:28:00 +0900
1.py 64 Bytes
Raw Blame History Permalink
1 2 3 4 5
a = input()
if a=="exit":
	print("entered exit")
else:
	print(a)