sharlyn
LVL 0
690 XP
My Favorite Program: Let's try to run our nested loop program here. Please hit the run button below, and check what the result shows.
Run It!
Welcome to Join Us!
0
1038
# Please hit the run button below, and check what the result shows. for hooray_counter in range(0,5): for hip_counter in range(0,6): print('Hip') print('Hooray!')