Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이혜인
/
branch_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
이혜인
2022-03-30 01:29:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
23daf6c0ec5f6dd19d7d9e7eeec35fe1959b3587
23daf6c0
0 parents
pID
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 @
23daf6c
while
(
True
):
data
=
input
(
"enter the data:
\n
"
)
print
(
data
)
Please
register
or
login
to post a comment