JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Debug 2.1. Quote-Unquote with starter code
Pages
The Task
Python Starter Code
CodeClips
Debug 2.1. Quote-Unquote with starter code
/
Python Starter Code
Share
Explore
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
)
Gallery
Share
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
Ctrl
P
) instead.