Gallery
Debug 2.1. Quote-Unquote with starter code
Share
Explore
Debug 2.1. Quote-Unquote with starter code

icon picker
Python Starter Code

Copy and paste the code below into your main.py file before you begin the task.

# assign value to variable
mostInstagrammedFood = pizza;

# display most instagrammed food
print(The most instagrammed food is ' + mostInstagrammedFood)
Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.