📜  点符号 python 代码示例

📅  最后修改于: 2022-03-11 14:45:41.689000             🧑  作者: Mango

代码示例1
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.