Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이진영
/
Git_push_and_pull_test
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
Authored by
이진영
2021-04-01 13:56:22 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f97a3dd83e784da2ca5280b3ac2b3bc772d47ee7
f97a3dd8
1 parent
a14741eb
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
Echo.py
Echo.py
View file @
f97a3dd
x
=
input
(
'Enter a word'
)
import
os
x
=
input
(
'Enter a word
\n
'
)
if
x
==
'exit'
:
os
.
_exit
(
1
)
print
(
x
)
...
...
Please
register
or
login
to post a comment