题目内容

使用( )关键字定义匿名函数。

A. lambda
B. main
C. def
D. procedure

查看答案
更多问题

下列语句中,非法的是()。

A. x=y=1
B. x=(y=1)
C. x,y=y,x
D. x=1;y=1

以下Python注释代码,不正确的是()。

A.
B. Python注释代码
C. B.
D. Python注释代码1
E. Python注释代码2
F. """Python文档代码"""
G. //Python注释代码

3-1 = __________fgggg_______

s=”hello”,t=”world”,s+=t,则s为________________,s[-1]为________,s[2:5]为_____________,s[::3]为____________,s[-2::-1]为____________________。

答案查题题库