# 작성자 : tcpschool
# 수정날짜 : 2018.05.15
print(38) # 숫자를 출력하는 코드
print("문자열") # 문자열을 출력하는 코드
print([1, 2, 3]) # 배열을 출력하는 코드