Toggle navigation
Toggle navigation
This project
Loading...
Sign in
방승일
/
PushPull
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
Authored by
방승일
2022-03-30 15:37:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e25ffe217190b3062430a20eb8a53e18b5fc709f
e25ffe21
1 parent
38b09c3b
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
Echo.py
Echo.py
View file @
e25ffe2
1
while
True
:
1
while
True
:
2
a
=
input
(
">>>"
)
2
a
=
input
(
">>>"
)
3
+
if
a
==
"exit"
:
4
+
exit
()
3
print
(
a
)
5
print
(
a
)
4
6
5
7
...
...
Please
register
or
login
to post a comment