O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

What will be the output of the following Python code? from math import factorial print(math.factorial(5))

निम्नलिखित कोड का परिणाम क्या है ? from math import factorial print(math.factorial(5))

Write Answer

Explanation