learning-to-code/python/parameterrectangle.py

6 lines
33 B
Python
Raw Normal View History

2019-07-02 04:03:07 +00:00
b = 6
h = 2
print(2 * (b + h))