Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신동해
/
newTest
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
Authored by
신동해
2021-09-24 12:28:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f330bd49d9a6e504fef44aedbaf56846ca12e7a
1f330bd4
1 parent
975b0b60
(update) hello.py - add exit function
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
hello.py
hello.py
View file @
1f330bd
print
(
"Hello World"
)
while
1
:
print
(
"Hello World"
)
if
input
(
"enter 'exit' to exit : "
)
==
"exit"
:
break
...
...
Please
register
or
login
to post a comment