• This project
    • Loading...
  • Sign in

정민우 / remoteTest

%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
  • remoteTest
  • echo.py
  • 정민우's avatar
    add exit function · 422b76d8
    422b76d8
    정민우 authored 2021-04-01 21:24:53 +0900
echo.py 114 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
while True:
    userInput = input()
    if userInput == "exit":
        exit()
    else:
        print(userInput)