添加注释编译失败
为什么加了注释就会
a = 'python' print 'hello,', a or 'world' #输出结果为hello,python b = '' print 'hello,', b or 'world' #输出结果为hello,world
编译失败?
为什么加了注释就会
a = 'python' print 'hello,', a or 'world' #输出结果为hello,python b = '' print 'hello,', b or 'world' #输出结果为hello,world
编译失败?
2019-01-17
举报