Question: Create script named loop.py that prints the following pattern using the while Loop 1 1 1 1 1 2 2 2 2 2 3 3
Create script named loop.py that prints the following pattern using the while Loop
1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 4 4 4 4 4 5 5 5 5 5 6 6 6 6 6 7 7 7 7 7 8 8 8 8 8 9 9 9 9 9
Write Description/Comments in your code
Take screenshot of the script and the output
Please write an exact code in PYTHON. Thanks.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
