def recursiveFactorial(number):
if number > 1:
return number * recursiveFactorial(number-1)
else:
return 1
stringNum = input("Enter a positive integer: ")
num = int(stringNum)
print(recursiveFactorial(num))
I know that this might be wrong but is it light?
An assembler converts source code programs from assembly language to machine language and a linker combines files created by an assembler into a program that is executable.
C. When listing items that have an order of priority.
Explanation:
There are a lot of ways to list items such as alphabets and Roman numerals.
And the all have their respective reasons.
When numbering in order of priority, it is more appropriate to use numbers instead of alphabets and Roman numerals.
Answer:5 i think im not sure though
Explanation: