committed by
Aditya Bhargava
parent
f9497eb344
commit
2f939182ae
@@ -4,4 +4,4 @@ def fact(x):
|
||||
else:
|
||||
return x * fact(x-1)
|
||||
|
||||
print fact(5)
|
||||
print(fact(5))
|
||||
|
||||
Reference in New Issue
Block a user