Advertisement
Vesna_To

Program 2

Jul 29th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. print("Hi!")
  2. a=int(input("a = "))
  3. b=int(input("b = "))
  4. P=a*b
  5. print("The area of the given rectangle is",P)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement