Python算法题

挑战Python题解-001

2016-08-19  本文已影响93人  everfight

1.打印 a + b

print a+b  # python2
print (a+b) #python3
上一篇 下一篇

猜你喜欢

热点阅读