Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #This makes a rectangle
  2.  
  3. rect=raw_input("Type the property of the rectangle here")
  4.  
  5. width=int(raw_input("Type Width"))
  6.  
  7.  
  8.  
  9. print(rect * width + "\n" + rect * width + "\n" + rect * width)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement