Skip to content
Debug 2.2. Variable or Value 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 value to variable
favourite_Disney_Movie = Big Hero 6

# display favourite Disney movie
print(My favourite Disney movie is + 'favourite-Disney-Movie')
 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.