登录
注册
首页
->
Python练习题
下载题库
所有for循环语句都可以用while循环语句改写。
(A)正确
(B)错误
参考答案
继续答题:
下一题
更多Python练习题试题
1
以下关于DataFrame 的统计方法,正确的是 ()。
2
给定字典d,以下选项中对d.items()的描述正确的是( )
3
下面代码的输出结果是( ) vlist = list(range(5)) for e in vlist: print(e,end=",")
4
以下程序的输出结果是( )。s1="企鹅"、s2="超级游泳健将"、print("{0:#^4}:{1:!<9}".format(s1,s2))
5
'qingdao University'.capitalize ()执行结果为()。
考试