什么时候能不懒呢
2020-11-29 07:13
print('hello,', a or 'world')
print('hello', 'a or world')
看不出来你到底哪个是字符串,但你肯定出错
hello字符串没有加引号
a没有赋值,你代码是不是没有打全
or放在那里不知道你想要干什么
Python3 入门教程(新版)
154173 学习 · 1075 问题
相似问题
回答 1
回答 2