Variable names must follow certain rules.

RULE #1: Variable names can't start with a number.

  • Click Run and read the error message to debug the program.
  • 3_friends is not a correct variable name. Correct it to three_friends so that the sprite tells you about his friends.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE