2.17

世梦發表於2024-10-27

from math import *
a = sin(3)
b = pi
c = e
d = radians(180)
print(a); print(b); print(c); print(d)