Skip to content

Commit c792df0

Browse files
committed
Update func_Str_Cond.rst
Fix to one questions to match first part of string
1 parent 52ed3e0 commit c792df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sources/functions/func_Str_Cond.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ You can execute code only when a condition is true using ``if``. You can execute
239239

240240
.. fillintheblank:: fsc_fitb_return_temp_first_line
241241

242-
What is the first thing (first line of text) that will be printed when the code below runs?
242+
What is the first thing (first line of text before "The temp is") that will be printed when the code below runs?
243243

244-
- :Baby, its cold outside!: Since temp < 32 this will print.
244+
- :^Baby, its cold outside!.*: Since temp < 32 this will print.
245245
:.*: Which conditional is true when temp < 32?
246246

247247

0 commit comments

Comments
 (0)