You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"* Parse strings to extract specific data of interest.\n",
21
22
"* Use dictionaries to index data using any type of key."
@@ -25,7 +26,7 @@
25
26
"cell_type": "markdown",
26
27
"metadata": {},
27
28
"source": [
28
-
"##Reading data from a plain text file\n",
29
+
"##Reading data from a plain text file\n",
29
30
"We can read text from a [text file](http://en.wikipedia.org/wiki/Text_file) into strings in a program. This is a common (and simple) way for a program to get input data. The basic recipe is:"
0 commit comments