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

Upload New File

parent c31759de
No related branches found
No related tags found
No related merge requests found
print("str과 int 차이")
a = int(input())
b = int(input())
print()
print(a+b)
a = input()
b = input()
print()
print(a+b)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment