Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Module for Shape areas
Python Code Challenge
164 -
Create a program that calculates the area of different shapes (circle, square, triangle) and save the functions in a module. Import the module into another program and allow the user to choose which shape they want the area calculated for.
Python
Modules and Packages