Skip to content

Commit db5f898

Browse files
author
Scott Archer-Nicholls
committed
fix: readded questions tag
1 parent 8d17825 commit db5f898

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

episodes/01-introduction.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ exercises: 0
1010

1111
::::::::::::::::::::::::::::::::::::::::::::::::::
1212

13+
:::::::::::::::::::::::::::::::::::::::: questions
14+
1315
- Python Refresher
1416

1517
::::::::::::::::::::::::::::::::::::::::::::::::::
@@ -187,8 +189,6 @@ else:
187189

188190
:::::::::::::::::::::::::::::::::::::::::::::::
189191

190-
::::::::::::::::::::::::::::::::::::::::: callout
191-
192192
## Formatting Variables and Objects in Strings
193193

194194
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.
@@ -244,6 +244,8 @@ To learn more, see: [Python f-strings](https://realpython.com/python-f-strings/)
244244

245245
::::::::::::::::::::::::::::::::::::::::::::::::::
246246

247+
::::::::::::::::::::::::::::::::::::::::: callout
248+
247249
## Generative AI
248250

249251
We would like to reiterate the [Carpentries](https://carpentries.org/) stance on [Generative AI in coding](https://swcarpentry.github.io/python-novice-inflammation/01-intro.html#generative-ai) which you may have seen when preparing for this course.

0 commit comments

Comments
 (0)