Toggle navigation
Toggle navigation
This project
Loading...
Sign in
고혜연
/
Assignment
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
고혜연
2021-04-01 02:45:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
332420920923676510c06d5bf3c62a676271cbca
33242092
0 parents
echo_program
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
echo_program.py
echo_program.py
0 → 100644
View file @
3324209
1
+
#!/usr/bin/env python
2
+
# coding: utf-8
3
+
4
+
# In[ ]:
5
+
6
+
7
+
while
True
:
8
+
print
(
input
())
9
+
Please
register
or
login
to post a comment