Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Perimeter and Area module
Python Code Challenge
174 -
Create a program that calculates the perimeter and area of a rectangle and saves the functions in a module. Import the module into another program and allow the user to input the length and width of the rectangle.
Python
Modules and Packages