STEP 4: Before we decode our secret message, we need to have a place to store the revealed message.

In Python, "" means the string is empty.

  • In LOGIC, from , drag out String Variable.
  • Change the variable name from my_var to revealed_message.
  • Change the string from "This is a string." to just two quotation marks: "".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE