-
출력 print('hello World!') print(표시할 내용) 문자/문자열 : print('문자/문자열') 숫자 : print(숫자) 입력 user = input("사용자 입력") print("입력값",user)