Activity 01
Format Name: Function Design Challenge
Students are given a problem description (e.g., calculate the area of a circle, convert Celsius to Fahrenheit) and must design and implement a Python function to solve it. They should include docstrings explaining the function's purpose, parameters, and return value.
What are the key phases of the SDLC?
Facilitation TipDuring the Function Design Challenge, ensure groups clearly define the inputs, processing, and outputs for each function before coding begins, mirroring structured problem-solving steps.