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