Skip to content

RichardRuth/Python_Rectangle_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python_Rectangle_Calculator

This Python program was created for a Python programming class at Santa Fe College as part of my coursework undertaken to update my programming and development skills.

This program explored OOP concepts in Python including classes and instances. It accepts user input for the height and width of a rectangle, then creates an instance of the Rectangle class called UserRectangle, to compute the rectangle's area and perimeter. Finally, the rectangle is drawn on the user's screen with the appropriate height and width.

This program passed all assigned rules and tests, and received a grade of 100%.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages