logo CodeStepByStep logo

rocket

Language/Type: Python console output for loops functions

Write a complete Python program that prints the following figure as console output.

Use functions to capture the structure of the figure and to eliminate redundancy. For example, no complete line of output should be printed in two or more places in your code.

Use for loops to capture repeated patterns of characters within each line of output. For example, if you see a pattern of five / characters in a row, use a loop that repeats 5 times to print the character.

     '''*\
    #**\\
   #'''*\\\
  #/'''*\\\\
 #//'''*\\\\\
+=*=*=*=*=*=*+
|../\..../\..|
|./\/\../\/\.|
|/\/\/\/\/\/\|
|\/\/\/\/\/\/|
|.\/\/..\/\/.|
|..\/....\/..|
+=*=*=*=*=*=*+
|\/\/\/\/\/\/|
|.\/\/..\/\/.|
|..\/....\/..|
|../\..../\..|
|./\/\../\/\.|
|/\/\/\/\/\/\|
+=*=*=*=*=*=*+
     '''*\
    #**\\
   #'''*\\\
  #/'''*\\\\
 #//'''*\\\\\
Complete program: Write an entire program that you could put into a file and run outside of CodeStepByStep.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.