• 코드:
​x
 
1
e = "내가 정의한 변수 e"
2
print(e)
3
​
4
from math import pi
5
print(e)
6
print(pi)
표준입력 & 실행옵션