People, I'm new in the programming area, and doing exercises I came across the following question:
Make a program that calculates the factorial of a user-supplied integer. Ex.: 5!=5.4.3.2.1=120
How do I use pycharm
to solve this?