# 根据比例求角度

from math import *

degrees(asin(0.5))

编程技巧