Hi everyone. I created this topic to post a weight converter.
Here’s mine: https://www.codecademy.com/workspaces/63a5a07dda720aa6a3b48248
3 Likes
Looks good
I had a go too in Python but to make a converter that goes between any weight rather than just kg and lbs. I had just been doing the lists lessons in Python, so this was a neat little project to put some of that into practice
https://www.codecademy.com/workspaces/63ac70e8263c76afb45ee77b
I decided to convert to a common unit first - kg since it is the SI unit for mass - then convert from kg to whatever the chosen output units are. This way, I don’t need the conversion between every possible unit, only between kg and other units.