• This project
    • Loading...
  • Sign in

권은령 / ex04_assign2

%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
  • ex04_assign2
  • echo.py
  • 권은령's avatar
    add echo file · ec8bd6f9
    ec8bd6f9 Browse Files
    권은령 authored 2019-10-04 11:49:31 +0900
echo.py 50 Bytes
Raw Blame History Permalink
1 2
sentence=input("User's Input : ")
print(sentence)