Storing a value in a variable is like putting stuff inside a box. Here, we'll store "apple" in device_type.
"apple"
device_type
Make sure to pick device_type, followed by =, and finally "apple".
=