Factorial

Run Settings
LanguagePython
Language Version
Run Command
def factorial(n): factorial = 1 for x in range(1,n+1): factorial=x*factorial return factorial print(factorial(7))
Editor Settings
Theme
Key bindings
Full width
Lines