Write convert.py with def celsius_to_fahrenheit(c: float) -> float using formula F = C * 9/5 + 32.
