Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 950 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 950 Bytes

TempConverter

Description

This program is a simple temperature converter that takes the user input in Fahrenheit and converts it to Celsius.

Usage

To run the program, simply run the script in a Python environment and follow the prompts.

Input

The program asks the user to input a temperature in Fahrenheit.

Output

The program will print the temperature in Celsius after the conversion is done.

Error Handling

In case the user inputs an invalid value (i.e. not a number), the program will return an error message "Invalid input. Please enter a number".

Contributions

This program is a simple script and does not require any contributions.

License

This program is open-sourced and free to use for any purpose.

Author

This program is created by xzebcex.

Note

This program is a simple example of temperature conversion and is intended for educational purposes. It is not intended for professional or commercial use.