• This project
    • Loading...
  • Sign in

지창언 / GitBranchTest

%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
  • GitBranchTest
  • echo.py
  • 지창언's avatar
    echo · 92350e02
    92350e02
    지창언 authored 2022-03-31 22:03:25 +0900
echo.py 89 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
while(True):
    c = input()
    if(c!="exit"):
        print(c)
    else:
        break