Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Metric converter module
Python Code Challenge
176 -
Create a program that converts a given length from one unit to another (e.g. meters to feet). Store the conversion functions in a module, and import the module into another program to display the converted lengths.
Python
Modules and Packages