You know need to do, any thing, just run the code it will give you the output.
If you want to change the input values: you need to change below part of code:
geometry_scenarios = [
{"L1": 1.0, "L2": 1.0, "Mb": 1.0, "Mc": 1.0},
{"L1": 1.0, "L2": 1.5, "Mb": 1.0, "Mc": 2.0},
{"L1": 1.5, "L2": 1.0, "Mb": 2.0, "Mc": 1.0},
{"L1": 2.0, "L2": 1.0, "Mb": 1.0, "Mc": 3.0},
{"L1": 1.0, "L2": 2.0, "Mb": 3.0, "Mc": 1.0},
]