在python中删除对象有两种方法:

1.等程序运行结束,系统会自动将对象删除

2.使用del关键字来删除对象

代码如下:

python 删除类属性 python删除对象_python 删除类属性

运行结果为:

python 删除类属性 python删除对象_程序运行_02