• 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
  • assignment2.py
  • 곽병민's avatar
    assignment2 modified · c5ab2869
    c5ab2869
    곽병민 authored 2022-04-01 00:33:27 +0900
assignment2.py 118 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
while True:
    n = (input("숫자를 입력하시오. : "))

    if n == 'exit':
        break
    
    print(n)