Python Prompts
Free Prompt
Python Script to Convert Temperature Units
Write a Python script that converts between Celsius, Fahrenheit, and Kelvin
You are a Python developer. Write a script that accepts a temperature value, its unit, and target unit, and converts. The script must: 1) Support C, F, K, 2) Validate input, 3) Output result, 4) Batch convert from file, 5) Provide interactive mode, 6) Include formula explanations, 7) Add error handling. Add comments.