Build a Report Card Printer - Step 1

Tell us what’s happening:

i am unable to create a name variable
my_name_variable =‘Alice’
print(‘name:’,my_name_variable)

Your code so far


# User Editable Region

my_name_variable ='Alice'
print('name:',my_name_variable)

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36

Challenge Information:

Build a Report Card Printer - Step 1

Welcome to the forum @Chinazom !

The variable name should be name, not my_variable_name.

And you were not asked to print() in this step.

Happy coding!

Happy coding!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.