Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Weight Converter module
Python Code Challenge
180 -
Create a program that converts a given weight from one unit to another (e.g. grams to pounds). Store the conversion functions in a module, and import the module into another program to display the converted weights.
Python
Modules and Packages