AllenDowney/ThinkPython

chapters/chap01.ipynb

Closed this issue · 1 comments

line 164:

-    "* **integers**, which represent whole numbers, and \n",
+    "* **integers**, which represent whole numbers and their negative counterparts, and \n",

line 584:

-    "Python provides a function called `len` that computes the length of a string.`"
+    "Python provides a function called `len` that computes the length of a string."

I have cleaned this up by removing all reference to whole numbers. Thanks!