6.3.1 print문
설명
문법
print <표현식>[,<표현식>,<표현식>...]파라미터
항목
의미
기타
사용 예
print "hello, world"
print arr[0],arr[1],arr[2]
print "x-center: "+(width/2), "y-center: "+(height/2)
print po10+sft21Last updated
Was this helpful?
print <표현식>[,<표현식>,<표현식>...]print "hello, world"
print arr[0],arr[1],arr[2]
print "x-center: "+(width/2), "y-center: "+(height/2)
print po10+sft21Last updated
Was this helpful?
Was this helpful?