Guest User

Untitled

a guest
Nov 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #Pseucode
  2.  
  3. width=int(input("Enter width"))
  4. length=int(input("Enter length"))
  5. print("the are of the rectangle is", width*length)
Add Comment
Please, Sign In to add comment