Skip to main content
✏️ Code CompletionPY Python Easy+10 XP

F-String Format

Complete the f-string.

✏️ Fill in the blank
name = "Alice"
age = 30
print(___"My name is {name} and I am {age}")

✏️ Type the missing code: