Tell us what’s happening:
I need to declare a variable named is_student and then give it the value True.
I wrote:
is_student=True
and checked the code, but it says my code raised an error before any tests could run, what should I do?
Your code so far
name = 'Alice'
print(name)
# User Editable Region
print(type(name))
is_student=true #true is a boolean value
# 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
Challenge Information:
Build a Report Card Printer - Step 4