Run file and run selection giving different output for the same piece of code in Spyder

后端 未结 0 1878
花落未央
花落未央 2021-01-21 06:19

I have been practicing Python using the Spyder IDE. I wrote the following simple code:

a=(1,2,3)
print("ID of a is", id(a))
b=(1,2,3)
print("ID of          


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