Skip to content
Snippets Groups Projects
Commit 43a580d7 authored by KimTaeeun's avatar KimTaeeun
Browse files

Upload New File

parent 02d87ee9
Branches
No related tags found
No related merge requests found
# 창소입 수업 1
print("Hello World\n")
print("I am Taeeun Kim\n")
print("My id is 201421110\n")
print("Bye\n")
print("3+4 ")
print(3+4)
print("5/2 ")
print(5/2)
print("5/0 ")
# Error
print("5%2 ")
print(5%2)
print("2**200")
print(2**200)
# 끝
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment