Python track
Exercise 3 of 8
Talk with f-strings
beginner +15 XP
- 1The starter defines a name and an age.
- 2Use an f-string to print: Aminata is 12
- 3Interpolate both variables inside the braces instead of typing the values.
0/8

