표준입력 (stdin)
실행옵션 (runtime option)
코드:
실행 »
표준입력/실행옵션
print( 3 + 7 ) a = 1 + 5 print( a ) b = 1.5 + 4.2 print( b ) c = 0x16 + 0x08 print( c )