how does the inbuilt python function 'print' work in the stack/heap

前端 未结 0 1998
甜味超标
甜味超标 2021-02-02 12:36

So i was using a tracer to trace this program

1   def g(x):
2       y = 10
3       y = 2
4       return y + x
5   
6   def f():
7       y = 1  
8       return g(y         


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