• This project
    • Loading...
  • Sign in

이다은 / gitbranch_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
  • gitbranch_assignment2
  • echo_program.py
  • daeun's avatar
    add exit function to echo · e424a314
    e424a314
    daeun authored 2020-09-25 16:50:27 +0900
echo_program.py 74 Bytes
Raw Blame History Permalink
1 2 3 4 5
s=input('input: ')

while(s!='exit'):
    print(s)
    s=input('input: ')