Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how to use arguments of classes
Post: RE: how to use arguments of classes

for example: class cat: def __init__(self,name): self.name = name self.trick = [] def add_trick(self,trick): self.trick.append(trick)...
ati68 General Coding Help 4 1,931 Nov-03-2019, 09:11 AM
    Thread: how to use arguments of classes
Post: how to use arguments of classes

Hi I'm new to python I am writing a code and i imported a module that has many classes and functions I wanted to know how can i access to arguments in those classes/functions Or just i can access to n...
ati68 General Coding Help 4 1,931 Nov-03-2019, 05:13 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020