def recursiveFactorial(number):
if number > 0:
return number * (recursiveFactorial(number - 1))
else:
return 1
stringNum = input("Enter a positive integer: ")
num = int(stringNum)
print(recursiveFactorial(num))
I hope this helps!
Answer:
>1
-1
Explanation:
i took the test and here is the real answer. hope this helps!!!!! ;*
it can help in the aspect of making technologies to be fastly operated with fast internet connection there by it top among all other countries
esrfsrtg
1,10