Tell us what’s happening:
i want to continue with my ,and maybe is telling to write code again
Your code so far
# User Editable Region
greeting = 'hello world'
name = 'alice'
print greeting
# 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/150.0.0.0 Safari/537.36
Challenge Information:
Build a Report Card Printer - Step 1
GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-report-card-printer/69461e4f98594012939bc1c6.md at main · freeCodeCamp/freeCodeCamp · GitHub
ILM
2
please remove this, it is not correct code and it will stop the tests from passing
for step 1 you need to do this:
Create a variable called name and assign it the string Alice.
make sure to check for capitalization