Is it a memory leak in python/jupyter?

后端 未结 0 1340
挽巷
挽巷 2021-01-05 11:02

I made very simple code in python, which I am running on jupyter:

# Cell 1
data = []
with open(\'test.txt\', mode=\'r\') as f:
    for line in f:
        data         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题