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 # Return the sine of different numbers print (math.sin(0.00)) print (math.sin(-1.23)) print (math.sin(10)) print (math.sin(math.pi)) print (math.sin(math.pi/2))
0.0
-0.9424888019316975
-0.5440211108893698
1.2246467991473532e-16
1.0