Exerpad
Exercise 7 · Chapter: Input & Type ConversionRequired+50 XP

Rectangle from Input

Read the width and height from the user, then print the area.

Example:

Input:

6
4

Output:

Area: 24
Need a hint?
3 available · costs 5 XP each
python

Output
Run your code to see the output here.