python_code_417

1.print char 与 print char, 有很大区别 print char, 在一行输出

2.enumerate function works by supplying a corresponding index to each element in the list that you pass it.

3. float (4+5)/2 = 4.5 而 float((4+5))/2 = 4.0 why?

原文地址:https://www.cnblogs.com/njuzwr/p/4434232.html