7 lines
136 B
Python
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)
|