为什么出来的都是hello python?
a = 'python' print('hello', a or 'world')
为什么出来的都是hello Python?'world'不是非空字符串吗?Ture or Ture #==>Ture那为什么不是hello world?
a = 'python' print('hello', a or 'world')
为什么出来的都是hello Python?'world'不是非空字符串吗?Ture or Ture #==>Ture那为什么不是hello world?
2020-09-26
举报