Uploaded by General Tube

Python Loop Examples: Countdown & Number Patterns

advertisement
Q1) Use a While Loop to count down from n to 1.
Q2) Write a Python code to print the number pattern using a
loop.
Q3) Print the list in reverse order using a loop.
Download