Skip to content

Commit 0eca7c8

Browse files
author
Scott Archer-Nicholls
committed
fix: added callout section for f-strings
1 parent e224906 commit 0eca7c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

episodes/01-introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ else:
189189

190190
:::::::::::::::::::::::::::::::::::::::::::::::
191191

192+
::::::::::::::::::::::::::::::::::::::::: callout
193+
192194
## Formatting Variables and Objects in Strings
193195

194196
Throughout this course, we will be printing the values of variables inside strings to demonstrate what the code does. There are a number of ways to this in Python; in this course we will be using `f-strings` which are the recommended string interpolation syntax from version 3.6 onwards.

0 commit comments

Comments
 (0)