Python Project – Unit Converter
For my first Fusion project, I used Python to make a basic unit converter, taking metric or imperial units and converting them to the other one. This project required various skills in Python, as described below, like taking inputs from users and converting them into different values for the output. The user interface is relatively simple, asking the user for the letter corresponding to the unit they want to convert, then input the value to be converted.
Python Elements Used
- Taking input from the user
- Defining multiple variables
- Changing variable values through conversion
- Outputting converted value to user with different units
- Defining Function
Leave a Reply