Build a Report Card Printer - Step 4

Tell us what’s happening:

dans l’atelier de python je suis bloqué au niveau quatre, j’ai besoin d’aide car depuis la j’essais mais rien pourtant je pense avoir tous fait je

Your code so far

name = 'Alice'
print(name)

# User Editable Region

print(type(name))

# 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

Hi

You need to do this instruction:

" Declare a variable named is_student and assign it the value True."

I suggest you reset the step and try again. If you are still having problems post your updated code to this thread.

I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add the backticks.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').