Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이다은
/
gitbranch_assignment2
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
daeun
2020-09-25 16:42:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1755457606844d50ed3f24c9ea6703b32b26ec8f
17554576
0 parents
add echo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
echo_program.py
echo_program.py
0 → 100644
View file @
1755457
1
+
s
=
input
(
'input: '
)
2
+
3
+
while
(
1
):
4
+
print
(
s
)
5
+
s
=
input
(
'input: '
)
Please
register
or
login
to post a comment