Python考级(每日一题)

2021/9/4
下面哪一行代码的输出结果不是World2021?
print(World+2021)
print(World+20+21)
print(World+2021)
print(World2021)

1题 | 被引用0次

使用此模板创建