Use the code snippet provided below as the basis for your work on each question in Assignment 6. Note that you may need more than two for loops for shapes in some of the questions.
for i in range(3):
for j in range(3-i):
print("*", end=" ")
print("")
Question 4 Instructions
Use the code snippet above to write a program that uses looping to output the following shape:
Dear PC, your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: Submit order
Comments
Leave a comment