• 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
  • Echo program.py
  • 박하늘's avatar
    exit function added · ab0e1996
    ab0e1996
    박하늘 authored 2021-03-31 12:10:21 +0900
Echo program.py 97 Bytes
Raw Blame History Permalink
1 2 3 4 5
while 1:
    a = str(input("입력하세요 : "))
    if(a == "exit"):
        break
    print(a)