Answer the question
In order to leave comments, you need to log in
Creating a class, how does it work?
I can't understand why 7 is written in date
class SomeClass:
def __init__(self, a):
self.date = a
print("Class created")
print(self.date)
c = SomeClass(4 | 5 | 6 )
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question