From 8a64efe850b022d6a314609c99c307ff5a7c3fae Mon Sep 17 00:00:00 2001 From: Siddharth Vijay Sai <67595252+SiddharthSai4701@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:03:18 +0000 Subject: [PATCH] First commit --- Start/Ch 1/class_start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start/Ch 1/class_start.py b/Start/Ch 1/class_start.py index 2c824f9..f23cb50 100644 --- a/Start/Ch 1/class_start.py +++ b/Start/Ch 1/class_start.py @@ -1,6 +1,6 @@ # Python Object Oriented Programming by Joe Marini course example # Using class-level and static methods - +# class Book: # TODO: Properties defined at the class level are shared by all instances