• This project
    • Loading...
  • Sign in

박솔희 / B

%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
  • B
  • echo.py
  • Solhee's avatar
    exit added · 66c969b6
    66c969b6 Browse Files
    Solhee authored 2020-09-25 23:13:50 +0900
echo.py 81 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
import sys


input0 = input()

if input0 == "exit":
    sys.exit()

print(input0)