You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defgreet(name):
print"hello, "+name+"!"greet2(name)
print"getting ready to say bye..."bye()
defgreet2(name):
print"how are you, "+name+"?"defbye():
print"ok bye!"
在Python中,print是一个函数,但出于简化考虑,这里假设它不是函数。你也这样假 设就行了
浓缩介绍图
The text was updated successfully, but these errors were encountered:
栈
后进先出
调用栈
示例代码
浓缩介绍图
The text was updated successfully, but these errors were encountered: