Build a Report Card Printer - Step 1

Tell us what’s happening:

It’s wrong help me from this code so i can move further

Your code so far


# User Editable Region

if 10 > 5:
        print("This is true!")
            print("I am tab indentation")

            print("I have no indentation")

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Report Card Printer - Step 1

in this step you are asked to create one variable, you may want to delete the code you have written and write that variable

unless you are not doing Build a Report Card Printer - Step 1?

None of this is required for that is required for the lesson though.

The instructions want you to create variable called name and set it the string Alice.

You can create a variable like the following

greeting = 'Hello World'