关于 or and 的疑问;;;
第一个A表达式: 用“”or“”输出 hello, python
改成用“”and“” 就输出成 hello, world 了? 为啥不是hello, python world ?
例: a = 'python' print 'hello,', a and 'world'
第一个A表达式: 用“”or“”输出 hello, python
改成用“”and“” 就输出成 hello, world 了? 为啥不是hello, python world ?
例: a = 'python' print 'hello,', a and 'world'
2017-11-16
举报