单选题 关于以下代码的描述中,错误的是______。 def func(a,b): c=a**2+b b=a return c a=10 b=100 c=func(a,b)+a

A、 执行该函数后,变量c的值为200
B、 执行该函数后,变量b的值为100
C、 执行该函数后,变量a的值为10
D、 该函数名称为func
下载APP答题
由4l***0x提供 分享 举报 纠错

相关试题

单选题 Python 3.x 版本的保留字总数是( )

A、33
B、16
C、27
D、29

单选题 以下选项中,不是 Python 语言保留字的是( )

A、do
B、while
C、pass
D、except

单选题 Python 中定义函数的关键字是______。

A、def
B、define
C、function
D、defun

单选题 以下不属于 Python 语言保留字的是______。

A、except
B、True
C、pass
D、goto

单选题 以下选项不是 Python 保留字的是______。

A、from
B、False
C、try
D、For

单选题 以下保留字不用于循环逻辑的是______。

A、try
B、else
C、continue
D、for

单选题 以下不是 Python 语言保留字的是______。

A、false
B、from
C、def
D、as

单选题 以下不属于 Python 语言保留字的是______。

A、do
B、pass
C、def
D、while