Skip to content
Variables in Action with starter code
  • Pages
    • The Task
    • icon picker
      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


 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.