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 log gamma value of different numbers print (math.lgamma(7)) print (math.lgamma(-4.2))
6.579251212010102
-1.8075166614192908