• 코드:
​x
 
1
print( 3 + 7 )
2
​
3
a = 1 + 5
4
print( a )
5
​
6
b = 1.5 + 4.2
7
print( b )
8
​
9
c = 0x16 + 0x08
10
print( c )
표준입력 & 실행옵션