Run Python on IDLE
第一次執行python使用IDLE
print('Hello world~')
print('This is Python.')使用python shell執行一些簡單的數學運算
2+2
(1+10)*10/2Last updated
print('Hello world~')
print('This is Python.')2+2
(1+10)*10/2Last updated