Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 407 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 407 Bytes

Unit-Conversion

An interactive unit conversion program for Temperature, Mass, Speed, Length, and Time that makes heavy use of user inputs. Temperature convertor makes the use of simple conversion formulas along with if-else statements and f-strings for clean output. Mass, Length, and Time make use of dicts with units and there respective conversion factors with an arbritrarily chosen standard unit.