The Python tutorial book I\'m using is slightly outdated, but I\'ve decided to continue using it with the latest version of Python to practice debugging. Sometimes there are
You just need remove L
L
fact = 1
Python 3.X integers support unlimited size in contrast to Python 2.X that has a separate type for long integers.