• This project
    • Loading...
  • Sign in

이혜인 / branch_practice2

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • branch_practice2
  • echo_program.py
  • 이혜인's avatar
    print input data · 358f145d
    358f145d
    이혜인 authored 2022-03-30 11:20:11 +0900
echo_program.py 68 Bytes
Raw Blame History Permalink
1 2 3
while(True):
    data = input("enter the data: \n")
    print(data)