Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최은지
/
assignment2
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
EunJi
2021-09-29 13:58:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c13bb3ef1ea6b9d31a0dde7d76b3308c3654e1b8
c13bb3ef
0 parents
Add echo_program.py
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
echo_program.py
echo_program.py
0 → 100644
View file @
c13bb3e
while
1
:
a
=
input
(
"Enter: "
)
print
(
"User's Input: "
+
a
)
Please
register
or
login
to post a comment