怎么清空python的变量呢
在python使用循环时,因为数据太大,循环使运行内存不断积累,最后电脑崩了。所以,查了一下,在spyder中如何可以像matlab那样
清理单个变量(clear;clc)。
1、在代码中的命令:删除单个变量,在代码中加入运行即可
del 变量
2、在Ipython console中删除所有变量
reset Once deleted, variables cannot be recovered. Proceed (y/[n])? y
3、清理控制台的命令历史
clear
Python学习网- 专业的python自学、交流公益平台!
来源:PY学习网:原文地址:https://www.py.cn/article.html