print('hello,', a or 'world')
print('hello', 'a or world')
看不出来你到底哪个是字符串,但你肯定出错
hello字符串没有加引号
a没有赋值,你代码是不是没有打全
or放在那里不知道你想要干什么