break-the-ice-with-python icon indicating copy to clipboard operation
break-the-ice-with-python copied to clipboard

Here's my answer to Question 2

Open pfacanha opened this issue 4 years ago • 0 comments

import math number = input("Enter a number: ") factorial = math.factorial(int(number)) print(factorial)

pfacanha avatar Dec 03 '20 20:12 pfacanha