Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
model:creating_a_model_in_python [2025/02/18 03:41] optrix |
model:creating_a_model_in_python [2025/02/18 05:02] (current) optrix |
||
---|---|---|---|
Line 32: | Line 32: | ||
< | < | ||
#My Tank Model | #My Tank Model | ||
- | @mdl.part(" | + | @mdl.part(" |
def TankModel(mod): | def TankModel(mod): | ||
pass | pass | ||
Line 39: | Line 39: | ||
The ' | The ' | ||
- | Right now, we're creating an // | + | The human readable name for our model is 'Online |
===Filling in the Inputs=== | ===Filling in the Inputs=== |