Toggle navigation
Toggle navigation
This project
Loading...
Sign in
지창언
/
GitBranchTest
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-31 22:03:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
92350e02d39f2fa450ffab2a883514e992ba1135
92350e02
0 parents
echo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
92350e0
while
(
True
):
c
=
input
()
if
(
c
!=
"exit"
):
print
(
c
)
else
:
break
Please
register
or
login
to post a comment