Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이선호
/
Assignment
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
Files
Commits
Network
Compare
Branches
Tags
ca623c3682e8239f28531bec3c50b4117f435260
Switch branch/tag
Assignment
input.py
inputA
· ca623c36
ca623c36
Browse Files
이선호
authored
2021-09-26 13:21:05 +0900
input.py
54 Bytes
Raw
Blame
History
Permalink
1
2
a
=
input
(
"입력값을 입력하세요 : "
)
print
(
a
)