判断题
下列程序段返回的值为“Hello!Python”。
lst="Hello!Python"def f(): global lst lst="Hello!" return lstf()print(lst)
A.
正确
B.
错误
发表评论 取消回复