Skip to content

Commit 7efee03

Browse files
author
Scott Archer-Nicholls
committed
feat: Turned keypoints in intro into sentences
1 parent e6449a9 commit 7efee03

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

episodes/01-introduction.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,13 @@ To summarise the position, the recommendation is that you **avoid** getting help
258258

259259
:::::::::::::::::::::::::::::::::::::::: keypoints
260260

261-
- variables
262-
- lists
263-
- indexing
264-
- loops
265-
- conditionals
261+
- Assign values to variables using `=`
262+
- Generate lists using square brackets `[]`
263+
- Use indexes inside `[]`, starting at 0, to select characters from strings and items from lists
264+
- Use `for` to loop through items in iterable objects
265+
- Make conditional expressions using `==`, `!=`, `>`, `<`, `>=` and `<=`
266+
- Use `f'{}'` to embed formatted variables inside strings
267+
- Avoid use of generative AI for this course
266268

267269
::::::::::::::::::::::::::::::::::::::::::::::::::
268270

0 commit comments

Comments
 (0)