2397293790 发表于 2022-11-2 09:21:45

python求助

该如何做,求助

fcage 发表于 2022-11-2 09:21:46

import math
for i in range(0, 91, 5):
    print(f'sin({i})={math.sin(math.radians(i)):.2f},cos({i})={math.cos(math.radians(i)):.2f}')
页: [1]
查看完整版本: python求助