F-Strings Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Intro | F-strings and a simple if/else | f-strings if/else |
| Beginner | Complete a user class: properties and representation dunder methods | dunder methods properties classes __str__ string manipulation f-strings __repr__ |
| Beginner | Print names to columns | f-strings modulo print |
| Intermediate | Rhombus generator | string formatting f-strings format |
| Intermediate | Set up future notifications | findall datetime timedelta f-strings |
| Intermediate | Actor/actress age at movie release | f-strings dateutil dataclasses |