TORONTO KIDS COMPUTER CLUB | PMCA Sunday 14:00 Python Homework 21.05.02.
19378
post-template-default,single,single-post,postid-19378,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

PMCA Sunday 14:00 Python Homework 21.05.02.

05 May PMCA Sunday 14:00 Python Homework 21.05.02.

Question 1:
Create a Circle class and intialize it with radius. Make two methods printArea and printCircumference inside the class which prints the area and circumference of the circle

Sample Execution
Input
Enter radius(in meters) : 10

Output
Circumference: 62.8m
Area : 314 sq.m
No Comments

Sorry, the comment form is closed at this time.