Gallery
Solution Debug 2.1. Quote-Unquote
Share
Explore
Solution Debug 2.1. Quote-Unquote

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)
Below is a link to the starter task. You can right click open on replit to demo the answer to pupils and talk through the code.
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.