Build a Report Card Printer - Step 4

Tell us what’s happening:

please help me what I write here in coding bar.please help me

Your code so far

name = 'Alice'
print(name)

# User Editable Region

print(type(name))#output:<name'Alice'>
is-student='true'

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0

Challenge Information:

Build a Report Card Printer - Step 4

this is not bad, but you need to correct a couple of things, first write is_student with the underscore
then assign it True without quotes and with a T uppercase