Avatar ·

Meaning of this in C++ / self in Python

📁 ооп, python, пример

What is the essence of self in OOP of Python and this in C++ (preferably with examples)?

Avatar ·

I don't think this exists for Cyrillic.

So, here:

cyrillic_lower_letters = 'абвгдеёжзийклмнопрстуфхцчшщъыьэюя'cyrillic_letters = cyrillic_lower_letters + cyrillic_lower_letters.upper()

Log in to leave an answer

Blogs