• This project
    • Loading...
  • Sign in

이서현 / oss_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
  • oss_assignment2
  • echo.py
  • Seohyeon Lee's avatar
    file echo.py modify · 435b240f
    435b240f
    Seohyeon Lee authored 2020-04-03 13:12:54 +0900
echo.py 78 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
import sys

a = input("문자 입력")
if a == "exit":
    sys.exit()
print(a)