关于以下Python程序的功能,说法正确的是( )。
From math import sqrt
For c in range(20,30):
print(round(c/10,1),sqrt(c/10),sep="......")
From math import sqrt
For c in range(20,30):
print(round(c/10,1),sqrt(c/10),sep="......")
A 分行显示[2.0,2.9]区间内的平方根表。
B 分行显示[20,29]区间内的平方根表。
C 在同一行显示[2.0,2.9]区间内的平方根表。
D 在同一行显示[20,29]区间内的平方根表。
相关试题
-
关于以下Python程序的功能,说法正确的是( )。From math import sqrtFor
-
nbsp; s=s+i  
-
nbsp;  
-
以下关于Python语言的变量,说法正确的有( )。
-
nbsp;