Does Python have OOps concepts?

Hi, I want to know Does Python have OOps concepts

Python is an object-oriented language. Please read just about any Python tutorial to learn more about OOP in Python, for example Python Classes.