My code:
import math
x = input()
print(math.asin(math.radians(float(x))))
My x was 0.7071067811865475, and the result was some irracional number between 0 and 1, but in my knowledge it should have been around 45
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…