Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신정아
/
gitbranch_assignment2
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
신정아
2020-04-03 16:52:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
989b04af372d75fc6835ed8ae738834bf3e34868
989b04af
1 parent
77fda3f2
hello.py updated
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
hello.py
hello.py
View file @
989b04a
print
(
"hello, world"
)
\ No newline at end of file
print
(
"hello, world"
)
input
=
input
(
"입력하세요"
)
if
(
input
==
"exit"
):
def
end
(
):
quit
()
return
0
\ No newline at end of file
...
...
Please
register
or
login
to post a comment