TORONTO KIDS COMPUTER CLUB | Friday 16:15 Homework
162
archive,category,category-friday-1615-homework,category-162,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Friday 16:15 Homework

08 Mar Friday 16:15 Python Practice – 23.03.03.

Question 1: Create a Python class Person with attributes: name and age of type string. Create a display() method that displays the name and age of an object created via the Person class. Create a child class Student which inherits from the Person class and which also has a section attribute. Create a method displayStudent() that displays the name,...

Read More