Build a Report Card Printer - Step 6

Tell us what’s happening:

i dont understand what code exactly they ask from me

Your code so far

name = 'Alice'

# User Editable Region

print(name)
print(type(name))

# User Editable Region

is_student = True
print(name, type(name))
print(is_student, type(is_student))

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3.1 Safari/605.1.15

Challenge Information:

Build a Report Card Printer - Step 6

Welcome to the forum @parcharidi3 !

The instructions ask you to remove these two lines…

And replace with this one.

Happy coding!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.