Build a Report Card Printer - Step 1

Tell us what’s happening:

i didnt get it can u teach me more phytom i want

Your code so far


# User Editable Region

print ('HELLO WORLD!')
print ('Miss me? )

# 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/144.0.0.0 Safari/537.36

Challenge Information:

Build a Report Card Printer - Step 1

hello and welcome to fcc forum :slight_smile:

  • you would have to follow along as instructions tells you

Create a variable called name and assign it the string Alice . Remember to surround the value with either single or double quotes as shown in the example.

  • you need to complete those to pass this step.

reading through step description would help you understand what is expected by any step, following along those steps shoud get you passed through them.

happy coding :slight_smile:

Hi there,

You may want to review this theory lecture:
Understanding Variables and Data Types - How Do You Declare Variables and What Are Naming Conventions to Name Variables? | Learn | freeCodeCamp.org

And, in this step, you are not asked to print.