Listing 08 - Page 0: No Title

##############################################################################
# Python From Scratch
# Autor: Nilo Ney Coutinho Menezes
# Editora Novatec (c) 2010-2024
# Site: https://pythonfromscratch.com
#
# File: listing\chapter 08\08.1238 - No Title.py
# Description: No Title
##############################################################################

Calculating the factorial of 4
Calculating the factorial of 3
Calculating the factorial of 2
Calculating the factorial of 1
Factorial of 1 = 1
 factorial of 2 = 2
 factorial of 3 = 6
 factorial of 4 = 24
Click here to download the file