🌈 搜索
📅  最后修改于: 2022-03-11 14:45:21.013000             🧑  作者: Mango
import math num = int(input("Enter an angle (in degrees)")) print(math.cos(2*num))