登录  注册

首页->Python语言基础

def fun(): global x,y t=x x=y y=t x=0 y=1 fun() print(x,y)

(A)正确

(B)错误

参考答案
继续答题:下一题
微考学堂微考学社

更多Python语言基础试题

考试