Toggle navigation
Toggle navigation
This project
Loading...
Sign in
공태현
/
gitbranch
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-31 17:13:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0644e8aec5295bfd2653f9cd533402e0aacd962c
0644e8ae
0 parents
echo program 1st version
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
echo_program.py
echo_program.py
0 → 100644
View file @
0644e8a
# Echo Program
while
(
True
):
user_input
=
input
(
"입력해주세요."
)
print
(
user_input
)
\ No newline at end of file
Please
register
or
login
to post a comment