We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ed3e0 commit c792df0Copy full SHA for c792df0
_sources/functions/func_Str_Cond.rst
@@ -239,9 +239,9 @@ You can execute code only when a condition is true using ``if``. You can execute
239
240
.. fillintheblank:: fsc_fitb_return_temp_first_line
241
242
- What is the first thing (first line of text) that will be printed when the code below runs?
+ What is the first thing (first line of text before "The temp is") that will be printed when the code below runs?
243
244
- - :Baby, its cold outside!: Since temp < 32 this will print.
+ - :^Baby, its cold outside!.*: Since temp < 32 this will print.
245
:.*: Which conditional is true when temp < 32?
246
247
0 commit comments