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
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김상화
2022-03-31 16:33:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b1431d9ff204ce8856b80c3f994b5f5fdffcab14
b1431d9f
0 parents
input_program upload
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
input_program.py
input_program.py
0 → 100644
View file @
b1431d9
while
True
:
a
=
input
(
"출력할 문자를 입력하세요 : "
)
print
(
a
)
\ No newline at end of file
Please
register
or
login
to post a comment