JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Gallery
Variables in Action with starter code
Share
Explore
Gallery
Variables in Action with starter code
Variables in Action with starter code
The Task
Python Starter Code
CodeClips
Python Starter Code
Copy and paste the code below into your
main.py
file before you begin the task.
# assign a value to favourite App
favouriteApp
=
'Among Us'
# add new variables below for year of birth and favourite food
# display favourite App
print
(
'My favourite app is '
+
favouriteApp
)
# display other variables below
Gallery
Share
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.