파이썬 if

Jmnote (토론 | 기여)님의 2021년 10월 4일 (월) 19:14 판 (새 문서: ==개요== ;파이썬 if <syntaxhighlight lang='python' run> if 43 > 42: print('hello') print('world') </syntaxhighlight> <syntaxhighlight lang='python' run> if 43 > 42: print ('he...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

파이썬 if
if 43 > 42:
	print('hello')
	print('world')
if 43 > 42: print ('hello')


2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}