运行下方代码段,输出的是( )。
str1 = 'key'
str2 = 'board’
print(str1 + str2)
key board
keyboard
key+board
str1 + str2