• This project
    • Loading...
  • Sign in

최정민 / 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
  • assignment2
  • echoprogram.py
  • 최정민's avatar
    exit function · 3895bb83
    3895bb83
    최정민 authored 2021-04-01 19:59:04 +0900
echoprogram.py 49 Bytes
Raw Blame History Permalink
1 2 3 4 5
a=input()
if(a=="exit"):
    exit()
print(a)