[kaggle-courses-intro] Arithmetic and Variable
Arithemetic and Variables
Printing
가장 중요한 명령어라고 한다.
print("hello world")
hello world
Arithemetic
print(1+2)
print(9-5)
3
4
가장 중요한 명령어라고 한다.
print("hello world")
hello world
print(1+2)
print(9-5)
3
4