We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f02ee commit 57c5ecbCopy full SHA for 57c5ecb
Python Program for factorial of a number
@@ -11,7 +11,7 @@ def factorial(n):
11
# Driver Code
12
num = 5;
13
print("Factorial of",num,"is",
14
-factorial(num))
+factorial((num))
15
Iterative:
16
# Python 3 program to find
17
# factorial of given number
0 commit comments