#number first a=45678; b=0x12fd2; print a+b; print "learn Python in imooc"; a=100; b=99; c=0xff; d=255; print a<b; print c==d; #nuber second print 45678+0x12fd2 print "Learn Python in imooc" print 100<99 print 0xff==255
超级高级工程师
2014-10-14
举报
0/150
提交
取消