Toggle navigation
Toggle navigation
This project
Loading...
Sign in
진주성
/
git_branch_experiment
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
JuseongJIN
2021-04-01 16:46:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5a803adfa95d11fd9b62ad6bf97d08f3c0c5ae21
5a803adf
0 parents
echoprogram ver1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
echoprogram.py
echoprogram.py
0 → 100644
View file @
5a803ad
while
(
1
):
txt
=
input
(
"출력하고 싶은 말을 적어보세요!
\n
"
)
print
(
txt
+
"
\n
"
)
Please
register
or
login
to post a comment