不太明白这题的意思,拜托各位看一下
请运行如下代码,并解释打印的结果:
a = 'python'
print 'hello,', a or 'world'
b = ''
print 'hello,', b or 'world'
为什么我在b=‘’中打任意一个单词都算对?
求教各位,拜托看一下
请运行如下代码,并解释打印的结果:
a = 'python'
print 'hello,', a or 'world'
b = ''
print 'hello,', b or 'world'
为什么我在b=‘’中打任意一个单词都算对?
求教各位,拜托看一下
2015-06-14
举报