You can get the default inputs by returning inputs
in main().
def main():
return inputs
this will return the inputs as a Python dictionary in the MecSimCalc debugger and can be used to run the code in an external IDE.
You can get the default inputs by returning inputs
in main().
def main():
return inputs
this will return the inputs as a Python dictionary in the MecSimCalc debugger and can be used to run the code in an external IDE.