#Python #course #tutorial
nested loop = A loop within another loop (outer, inner)
outer loop:
inner loop:
rows = int(input("Enter the # of rows: "))
columns = int(input("Enter the # of columns: "))
symbol = input("Enter a symbol to use: ")
for x in range(rows):
for y in range(columns):
print(symbol, end="")
print()
On this page of the site you can watch the video online Nested loops in Python are easy ➿ with a duration of hours minute second in good quality, which was uploaded by the user Bro Code 26 October 2022, share the link with friends and acquaintances, this video has already been watched 303,465 times on youtube and it was liked by 6.9 thousand viewers. Enjoy your viewing!