Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Introduction This assignment lets you practice with writing a simple program to make some art. Directions Print a shape: Use multiple print statements to create

Introduction

This assignment lets you practice with writing a simple program to make some art.

Directions

  1. Print a shape:
    1. Use multiple print statements to create an interesting shape. Your shape should be at least two lines, with each print statement printing exactly one line of the shape. Here is an example:

      print ("***") print (" **") print (" *")

      Do not use a multiline string, like what is below:

      print ("""\ *** ** * """)

      Be aware that there are some shapes that you might not be able to create easily. If something doesnt work, then pick a different shape.
    2. Print a second copy of your shape below the first one. This shouldnt be hard.
    3. Print two copies of your shape that are horizontally adjacent. This may take some experimentation.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems On GPUs In Databases

Authors: Johns Paul ,Shengliang Lu ,Bingsheng He

1st Edition

ISBN: 1680838482, 978-1680838480

More Books

Students also viewed these Databases questions

Question

3. What is my goal?

Answered: 1 week ago

Question

i need correct answrrs 7 9 2 .

Answered: 1 week ago

Question

3. Define the roles individuals play in a group

Answered: 1 week ago