Activity 4.2.1.
Note that \(n!=1\cdot 2\cdot \ldots \cdot n\text{.}\) In SageMath, use
factorial(n)
to get the value.I would like to ask you to write two piece of codes to reveal the command
factorial
.
Chanllenge QuestionI realize that
factorial(100)
is a huge number. Can you tell how many integers in the number?