meta data for this page
  •  

문서의 이전 판입니다!


if

예제

  • 1 부터 5 까지 출력
    • >>> x = 1
      >>> if x == 1:
      	print('Yes')
      
      Yes