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:22:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e25cf4b7c04b03a3e97715a426128412de2ade13
e25cf4b7
1 parent
c7e6d8ba
Delete echo.py
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
echo.py
echo.py
deleted
100644 → 0
View file @
c7e6d8b
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
Please
register
or
login
to post a comment