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?

posted @ 2015-04-17 10:52  Rayvin  阅读(170)  评论(0编辑  收藏  举报