Activity: Debugging 3

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

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

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

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
Support