Fill in the blank in Paragraph 5 with proper words. (within 5 words)
第1题:
第2题:
#定义函数求圆的面积 radius = 5 ######FILL###### def get_area(___): area = 3.14 * r * r ######FILL###### ____ circle_area = get_area(radius) print('圆的面积是:', circle_area)
第3题:
【单选题】下列()是合法的标识符?
A.12class
B.void
C.-5
D._blank
第4题:
1、下列()是合法的标识符?
A.12class
B.void
C.-5
D._blank
第5题:
下列()是合法的标识符?
A.12class
B.void
C.-5
D._blank