Python Assignments #4
Python Assignments #4
Objective
Practice using for and while loops in Python to repeat actions and process sequences.
Instructions
Example Output:
1
2
3
...
10
Example Output:
Example Output:
Enter a number: 5
5 x 1 = 5
5 x 2 = 10
...
5 x 10 = 50
Submission Guidelines
Best Regards
Prof Mahmoud Maqableh