We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c080361 commit d018301Copy full SHA for d018301
n005.md
@@ -294,7 +294,7 @@ Python2有基于ASCII的str()类型,其可通过单独的unicode()函数转成
294
295
AttributeError: type object 'xrange' has no attribute '__contains__'
296
297
-###关于Python 2中xrange()与Python 3中range()之间的速度差异的一点说明:
+##关于Python 2中xrange()与Python 3中range()之间的速度差异的一点说明:
298
299
有读者指出了Python 3中的range()和Python 2中xrange()执行速度有差异。由于这两者的实现方式相同,因此理论上执行速度应该也是相同的。这里的速度差别仅仅是因为Python 3的总体速度就比Python 2慢。
300
0 commit comments