登录
注册
首页
->
python基础知识
下载题库
下面代码的输出结果是()def hello_world(): print(ST,end="*")def three_hellos(): for i in range(3): hello_world()three_hellos()
(A)ST*ST*ST*
(B) ST*
(C) ST*ST*
(D) ***
参考答案
继续答题:
下一题
更多python基础知识试题
1
print(3>4 or 4<3 and 1==1)结果是?( )
2
以下何者是不合法的布尔表达式 ()
3
Python语句print(0xA+0xB)的输出结果是
4
关于赋值语句的作用,正确的描述是()
5
对负数取平方根,即使用函数math.sqrt(x),其中x为负数,将产生( )
考试