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-04-01 04:26:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cba2ab9de7810040cfe958cabbb96d3d2796d5ef
cba2ab9d
1 parent
08a58a6a
echo program
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
echo.py
echo.py
0 → 100644
View file @
cba2ab9
1
+
import
os
2
+
3
+
x
=
input
(
"input : "
)
4
+
print
(
x
)
Please
register
or
login
to post a comment