learning-to-code/python/parameterrectangle.py

6 lines
33 B
Python

b = 6
h = 2
print(2 * (b + h))