Skip to content

Instantly share code, notes, and snippets.

@nattybear
Created June 7, 2017 01:44
Show Gist options
  • Save nattybear/6eada366c96369ba41962a40931bf730 to your computer and use it in GitHub Desktop.
Save nattybear/6eada366c96369ba41962a40931bf730 to your computer and use it in GitHub Desktop.
네번째 과제 - 사용자 입력

아래 조건을 만족하는 코드를 작성하세요!

  • input 함수를 이용해서 사용자 입력을 받습니다.
  • 입력받은 값을 user라는 변수에 할당합니다.
  • print 함수를 이용해서 user 변수의 내용을 화면에 출력합니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment