单项选择题

下面代码中,print()输出了几个值?
str1 = 'Hello!'
str2 = 'World!'
print(str1, str2)
A、1个
B、2个
C、6个
D、4个

热门 试题