STEP 3: Let's start writing our story!

In Python, when we want to combine two strings, we use a plus sign +.

  • Replace the string "Nina" with the string "Jacob" in the .say() command.
  • Run your program. Notice that the first string, "My friend is named ", is now combined with the second string, "Jacob".


# THIS ACTIVITY IS IN PREVIEW ONLY MODE