Toggle navigation
Toggle navigation
This project
Loading...
Sign in
손수민
/
clone_assignment
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
exit
Switch branch/tag
clone_assignment
echo.py
exit
· 971be720
971be720
SuminSSon
authored
2022-04-01 16:36:11 +0900
echo.py
34 Bytes
Raw
Blame
History
Permalink
1
2
inp
=
input
(
"입력: "
)
print
(
inp
)