Algorithm49 [파이썬]코드업 07~12 print('hello') print('\"C:\Download\\\'hello\'.py\"') print('print(\"Hello\\nWorld\")') n = input() print(n) n = input() n = int(n) print(n) n = input() f = float(n) print(f) # 6012 : [기초-입출력] 정수 2개 입력받아 그대로 출력하기1 x = input() y = input() print(x) print(y) Review 파이썬을 알아가며 배우기엔 아직까진 수월하다 2021. 4. 30. 이전 1 ··· 10 11 12 13 다음