수업소개
움직이는 모든 것은 입력과 처리 출력으로 이루어져 있습니다.
강의
소스코드
name = input('name: ') message = 'hi, '+name+' .... bye, '+name+'.' print(message)
Python
움직이는 모든 것은 입력과 처리 출력으로 이루어져 있습니다.
name = input('name: ') message = 'hi, '+name+' .... bye, '+name+'.' print(message)