📅  最后修改于: 2022-03-11 14:45:41.689000             🧑  作者: Mango
Almost everything in Python is an object.
Every object has certain attributes and methods.
The connection between the attributes or the methods with the object is
indicated by a “dot” (”.”) written between them.