4 Answers
+ 3
đđ yes yes sure it is really a oop
+ 3
If you have any doubts, you can read this:
https://realpython.com/python3-object-oriented-programming/
+ 3
U can get ur answer here
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2467/
+ 2
This question is a bit like the one:
"Is HTML really not a programming language?"
Depending on how you lay out what an OOP language needs to have, you may come to a different answer.
A pro would for example be that everything in Python is an object, even the 'primitive types', furthermore classes, functions, types...
Cons would be for example that there's no encapsulation, and that Python doesn't enforce oop-style code (not everything has to be in a class).