Lab 3D
Instructions
- Write a program that prompts a user to input an integer and calculates the factorial of that number using a while loop.
Requirments
- Adhere to PEP8 (Comments, formatting, style, etc)
- Utilize userinput
- Utilize input validation
- Utilize proper formatting
- Utilize proper and clean loops and conditionals
- Follow instructions above