Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정혜인
/
project3
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
정혜인
2022-03-31 23:20:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c7e6d8ba6336e1b54a82a762a04ccc362efdfb51
c7e6d8ba
1 parent
a6cf909f
echo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
echo.py
echo.py
View file @
c7e6d8b
...
...
@@ -3,4 +3,5 @@ import os
while
(
1
):
x
=
input
(
"If you enter 'exit', the program will exit "
)
if
(
x
==
'exit'
):
os
.
_exit
(
1
)
\ No newline at end of file
os
.
_exit
(
1
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment