Reply To: Regarding parameter of a class method › Forums › CS50’s Introduction to Computer Science by Harvard University on Edx › Week 6: Python › Regarding parameter of a class method › Reply To: Regarding parameter of a class method November 29, 2025 at 8:49 pm #5801 yazdecoParticipant Not quite, because class methods don’t receive any state as parameters. If you tried to access cls.x you’d get an attribute error. snaptube