Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정혜인
/
project3
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
Authored by
정혜인
2022-03-31 23:37:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
19b45410464ee5b08ce88361847fba927d1dbae7
19b45410
1 parent
e25cf4b7
echo program
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
19b4541
import
os
x
=
input
(
"input : "
)
print
(
x
)
\ No newline at end of file
Please
register
or
login
to post a comment