Skip to content

Commit bc67463

Browse files
committed
tiny update to L3 conditionals
1 parent 94122cb commit bc67463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

L3/conditional-statements.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
"\n",
366366
"**Let's return to our example about making decisions on a rainy day.** Imagine that we consider not only the rain, but also the wind speed. If it is windy or raining, we’ll just stay at home. If it's not windy or raining, we can go out and enjoy the weather! \n",
367367
"\n",
368-
"8 m/s is the limit for a \"fresh breeze\" (*navakka tuuli* in Finnish) and we can set that as our comfort limit in the conditional statement. The Finnish Meteorological Institute forecasts winds gusting up to 17 m/s in Helsinki on the day of giving this lesson (https://en.ilmatieteenlaitos.fi/local-weather/helsinki), so let's see what our Python program tells us to do these days:"
368+
"8 m/s is the limit for a \"fresh breeze\" (*navakka tuuli* in Finnish) and we can set that as our comfort limit in the conditional statement. The Finnish Meteorological Institute forecasts strong winds in Helsinki on the day of giving this lesson (https://en.ilmatieteenlaitos.fi/local-weather/helsinki), so let's see what our Python program tells us to do these days:"
369369
]
370370
},
371371
{
@@ -424,7 +424,7 @@
424424
"name": "python",
425425
"nbconvert_exporter": "python",
426426
"pygments_lexer": "ipython3",
427-
"version": "3.7.4"
427+
"version": "3.7.3"
428428
}
429429
},
430430
"nbformat": 4,

0 commit comments

Comments
 (0)