Build a Report Card Printer - Step 3

Tell us what’s happening:

Yes there is Alice name after that what Ihave to write in the above. and also it is a stept 3

Your code so far

name = 'Alice'
print(name)

# User Editable Region

name = 'Alice'
print(type(name))

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36

Challenge Information:

Build a Report Card Printer - Step 3

What is the problem?

You repeated the variable call, you only need to do this once