K
K
Klaus_Dreamer2020-07-06 10:19:37
Python
Klaus_Dreamer, 2020-07-06 10:19:37

An error occurs. Another error, how to fix?

Go here https://pastebin.com/4HRGe4iX .
Pastebin has this shitty code that doesn't want to work.
Most likely I'm a fool, help correct the error, I think anyone can.

PS I'm still a beginner and just starting to figure it out, please don't throw tomatoes.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
cython, 2020-07-06
@Klaus_Dreamer

Your __init__ declaration is incorrect:

self_last_name = last_name
# Должно быть:
self.last_name = last_name

But this is not the cause of this error, please post the full code
. It is possible that you are calling some field of the object as a class.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question