下列程序运行的结果是?(?)
def a():
print("here")
b()
a()
def b():
print("there")
出错
死循环
here
there
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复