以下程序的输出结果是()。n=5def f(a):n=bool(a*0)return nb=f(5)print(n,b)
A. 5 0
B. 5 False
C. 5 True
D. 0 5
查看答案
如果想在函数中修改全局变量,需要在变量前加上()关键字。
下面程序的运行结果是()。def outer():a=1def inner():nonlocal aa=2print(a)outer()
以下程序的输出结果是()。g = lambda x,y=3,z=5: x*y*zprint(g(1))
巴西产祖母绿的典型特征内含物是三相包裹体。( )
A. 对
B. 错