โ๏ธ 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}")Complete the f-string.
name = "Alice"
age = 30
print(___"My name is {name} and I am {age}")