• This project
    • Loading...
  • Sign in

박선홍 / Echo-Program

%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
  • Echo-Program
  • echo-prog.py
  • sunhong's avatar
    program-B · 33e7360b
    33e7360b
    sunhong authored 2021-09-26 20:38:02 +0900
echo-prog.py 94 Bytes
Raw Blame History Permalink
1 2 3 4 5
while(1):
    a=input("Input: ")
    if a!="exit":
        print("Output:",a)
    else: break