filmov
tv
Practice Python : Basic Exercises for Beginners # 007- The factorial

Показать описание
Coding exercises with solutions for Python developers.
Practice and quickly learn programming necessary skills by solving Python exercises and problems.
In this video you will learn how to write a program in Python that asks the user to enter an integer n and display its factorial n!
Topics:
the "input()" function : is used to ask the user to enter a number.
the "range()" function returns a sequence of numbers, in a given range, the most common use of it is to iterate on a sequence of numbers using Python loops.
Practice and quickly learn programming necessary skills by solving Python exercises and problems.
In this video you will learn how to write a program in Python that asks the user to enter an integer n and display its factorial n!
Topics:
the "input()" function : is used to ask the user to enter a number.
the "range()" function returns a sequence of numbers, in a given range, the most common use of it is to iterate on a sequence of numbers using Python loops.