diff --git a/table-height/table_height.py b/table-height/table_height.py new file mode 100644 index 0000000..020dcb2 --- /dev/null +++ b/table-height/table_height.py @@ -0,0 +1,6 @@ +body_height = 175 + +table_height = body_height / 2.5 +seat_height = body_height / 3.72 + +# -> seat_height = 100/372 * (table_height * 5/2)