Update DocstringFixpoint.ipynb
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"of numbers representing daily rainfall amounts as entered by a user. The list may contain the number -999 ",
|
||||
"indicating the end of the data of interest. Produce ",
|
||||
"the average of the non-negative values in the list up to ",
|
||||
"the first -999 (if it shows up).* \n",
|
||||
"the first -999 (if it shows up). There may be negative numbers other than -999 in the list.* \n",
|
||||
"\n",
|
||||
"We start by writing a function prototype containing the complete problem statement as the docstring:"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user