• This project
    • Loading...
  • Sign in

이준호 / branch_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
  • branch_2
  • A
  • echo.py
  • 이준호's avatar
    에코프로그램 작성 · 9285091b
    9285091b Browse Files
    이준호 authored 2020-09-25 12:54:04 +0900
echo.py 69 Bytes
Raw Blame History Permalink
1 2 3 4 5
def echo():
    a = input("값 입력하기 : ")
    print(a)

echo()