WARNING: This program has a bug, which means we need to fix it!

RULE: We can't add strings and integers together. To fix this, we have to cast the integer to a "string".

  • Click Run and read the error message.
  • In LOGIC, go to and drag in Convert to String BEFORE the knight's say command.
  • Make sure to replace the variables in your str() command from my_var to money.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE