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
Files
Commits
Network
Compare
Branches
Tags
master
Switch branch/tag
Assignment2
inputoutput.py
inputoutput.py is added
· 90e21afb
90e21afb
박시진
authored
2022-04-01 01:46:38 +0900
inputoutput.py
43 Bytes
Raw
Blame
History
Permalink
1
2
x
=
input
(
"Enter your message : "
)
print
(
x
)