Build a Report Card Printer - Step 4

Tell us what’s happening:

how do i declare a variable named is_student, and the value true

Your code so far

name = "Alice"
print(name)

# User Editable Region


platform = "freecodecamp"
print(type(platform))

is_student = true

# 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 Edg/145.0.0.0

Challenge Information:

Build a Report Card Printer - Step 4

I suggest you reset the step as you have changed the seed code.

You have declared the variable correctly but if you look carefully at the text in the grey shaded area, yours is different. The tests are case sensitive.