Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- width = int(input())
- height = int(input())
- def area():
- return width * height
- print(area())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement