• This project
    • Loading...
  • Sign in

정승호 / oss-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-assignment2
  • exit.py
  • 정승호's avatar
    exit added · 50ec77d7
    50ec77d7
    정승호 authored 2020-04-03 22:47:38 +0900
exit.py 69 Bytes
Raw Blame History Permalink
1 2 3 4
while 1:
	s = input("enter some string : ")
	if s == "exit":
		break