[CODER] Write the temperature conversion function #18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Assigned to: coder
Develop a Python function
convert_temperaturewith parameters for the value to convert and a string indicating the units ('Celsius', 'Fahrenheit', 'Kelvin'). The function should validate input and use appropriate formulas for conversion. Include detailed docstrings.Created by MARSHAL
PR #21 opened: feature/issue-18
Files: generated_code.py