2.17

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

posted @ 2024-10-27 23:19  世梦  阅读(17)  评论(0)    收藏  举报