答案:答案:[1,9,25]
答案:答案:[1,9,25]
A. 函数和调用只能发生在同一个文件中
B. 自定义函数调用前必须定义
C. 函数在调用前不需要定义,拿来即用就好
D. Pvthon 内置函数调用前需要引用相应的库
A. -bird
B. t%ke
C. jet
D. 3k
A. ['a, 'b', 'c’]
B. ['d', 'e', 'a, 'b', 'c]
C. ['a, 'b', 'c, 'de’ ]
D. ['a, 'b', 'c, 'd', 'e’]
A. For i in range(100,0,-1): print( )
B. i=100 while(i>0): print(i)
C. for i in range(100): print(i)
D. i=0 while(i<=1000): print(i) i=i+1
A. format()
B. find()
C. lower()
D. print()
A. A
B. B
C. C
D. D
A. enter
B. newlines
C. newline
D. encoding
A. 相同快
B. 无法比较
C. 值
D. 键