• This project
    • Loading...
  • Sign in

이유제 / Oss_assignment2-2

%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-2
  • echo.py
  • YujeLee's avatar
    commit echo.py · e8ca56bb
    e8ca56bb Browse Files
    YujeLee authored 2020-09-25 15:26:43 +0900
echo.py 43 Bytes
Raw Blame History Permalink
1 2 3
while(True):
    a=input(">>")
    print(a)