[파이썬] 코드업 기초 07~12

Jaehyun_Ban·2021년 4월 30일
0

코딩테스트

목록 보기
3/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

파이썬을 알아가며 배우기엔 아직까진 수월하다

0개의 댓글

관련 채용 정보