Build a Report Card Printer - Step 1

Tell us what’s happening:

My code has an indentation error, i may need to add a pass. I don’t know what else to do, please help

Your code so far


# User Editable Region

my_string_var=name
 print('string:'my_string_var)#string:name
 

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36

Challenge Information:

Build a Report Card Printer - Step 1

I notice the “p” in print is not lined up under the “m” in my. In other words, you have a space in front of print. That’s indentation.

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