Home
/
03
/
030
prog3_20.py
x = -2 ** 2 + 11 % 4 * 2 / 4 print("x =", x) # プログラム3-20(式を自分で評価)