QM 7.0.2
Model-Based Design Tool

Lab3.py May 2026

If you are writing a lab report for a script named lab3.py , you should follow a formal structure that describes the problem, your technical implementation, and the results. Depending on your specific assignment, the "paper" typically includes the following core sections: Standard Programming Lab Report Structure

Explain how you solved the problem. Describe if your approach was iterative or recursive and mention key Python modules used, such as subprocess or random . lab3.py

State the objective of the lab (e.g., practicing recursion, string methods, or loops) and provide a word-for-word reiteration of the assignment requirements. If you are writing a lab report for a script named lab3