Log in to save your progress.
<< Back to problems
Note! The window is too narrow to use Pythonlab.dev. Use a device with a keyboard!

Calculate the circumference of a rectangle

Prerequisites: Basic course part I

Let the user enter the width and height (integers) of a rectangle and then print the circumference.

Example input 1

2
3

Example output 1

10

Login to save your progress and your code.

Create

Write your code here.

-- Output from your program will be here --