Spocoman

03. Rectangle Area

Aug 22nd, 2024 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. a = int(input())
  2. b = int(input())
  3. area = a * b
  4. print(area)
Add Comment
Please, Sign In to add comment