• This project
    • Loading...
  • Sign in

문성준 / Opensource_3_25

%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
  • Opensource_3_25
  • project_b.py
  • 문성준's avatar
    project_b.py commited at exit branch · dd3e7dec
    dd3e7dec
    문성준 authored 2022-03-31 22:48:44 +0900
project_b.py 128 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
while True :
    a = input("If you input exit, program will end: ")
    if a == "exit":
        break
    else:
        continue