Files
learning-to-code/python/parameterrectangle.py
2019-07-02 00:03:07 -04:00

6 lines
33 B
Python

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