Files
to-hen/table-height/table_height.py
2023-02-19 11:34:54 +01:00

7 lines
136 B
Python

body_height = 175
table_height = body_height / 2.5
seat_height = body_height / 3.72
# -> seat_height = 100/372 * (table_height * 5/2)