Python - Modules and Code Organization
What will be the output of this code?
from math import factorial print(factorial(5))
from math import factorial print(factorial(5))
factorial(5).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions