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 complementary error function of a number print (math.erfc(0.67)) print (math.erfc(1.34)) print (math.erfc(-6))
0.3433722976996949
0.058086284741634665
2.0