Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이혜인
/
branch_practice2
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
이혜인
2022-03-30 11:20:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
358f145d406395af491c48348dbc5cb9dba6313a
358f145d
0 parents
print input data
Show 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 @
358f145
1
+
while
(
True
):
2
+
data
=
input
(
"enter the data:
\n
"
)
3
+
print
(
data
)
Please
register
or
login
to post a comment