题库 Python题库 题目列表 运行如下程序 a1='hello' a2='...
判断题

运行如下程序

 a1='hello'

 a2='everybody'

 print(a1*2+a2)

 运行结果为hellohelloeverybody

A.
正确
B.
错误
题目信息
2020年 判断题 6月
100%
正确率
0
评论
81
点击