Run ❯
Get your
own Python
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
#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