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 #Print the error function of a number print (math.erf(0.67)) print (math.erf(1.34)) print (math.erf(-6))
0.6566277023003051
0.9419137152583653
-1.0