Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#Import math Library import math #find the arctangent of some values print (math.atan(0.39)) print (math.atan(67)) print (math.atan(-21))
0.37185607384858127
1.5558720618048116
-1.5232132235179132