Update DocstringFixpoint.ipynb
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
"# Example: The Rainfall Problem\n",
|
"# Example: The Rainfall Problem\n",
|
||||||
"\n",
|
"\n",
|
||||||
"The \"Rainfall Problem\" has been used to explore the ways that novices address a programming problem. We will use [Kathi Fisler](https://cs.brown.edu/~kfisler)'s [version](https://cs.brown.edu/~kfisler/Pubs/icer14-rainfall/) of the problem:\n",
|
"The \"Rainfall Problem\" has been used to explore the ways that novices address a programming problem. We will use [Kathi Fisler](https://cs.brown.edu/~kfisler)'s [version](https://cs.brown.edu/~kfisler/Pubs/icer14-rainfall/) of the problem:\n",
|
||||||
"\n",
|
"\n\n",
|
||||||
"- Design a program called **rainfall** that consumes a list\n",
|
"- Design a program called **rainfall** that consumes a list\n",
|
||||||
"of numbers representing daily rainfall amounts as entered by a user. The list may contain the number -999\n",
|
"of numbers representing daily rainfall amounts as entered by a user. The list may contain the number -999\n",
|
||||||
"indicating the end of the data of interest. Produce\n",
|
"indicating the end of the data of interest. Produce\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user