Principles of Programming Chapter 10 Python Lab 10-1: Creating a Class in Python

preview_player
Показать описание
This video covers Principles of Programming Chapter 10 Python Lab 10-1: Creating a Class in Python.

def __init__(self, length, width):
Рекомендации по теме
Комментарии
Автор

In the Rectangle.py file on line 3 make sure you use double underscores.
def __init__(self, length, width):

jccoin
welcome to shbcf.ru