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!
Answers:
1- cell address ( i think)
Answer:
Prototype
I think this is the word ur looking for!
I think the answer is true
Answer:
Information is the act of imparting knowledge and data is the recorded observation that are usually presented in a structured format