Step 1: Unbox and Inspect

Unbox the Selfie Toaster 3000 and inspect its contents. You should see:

Learn how to power it up


	# Unbox and inspect the contents
	selfie_toaster3000 = unbox()
	contents = inspect(contents)
	print("Contents are:", contents)
	

Step 2: Powering it Up

Plug the power adapter into the Selfie Toaster 3000 and press the power button. If it doesn't turn on, you're not ready for this.

Learn about advanced power options


	# Power it up
	selfie_toaster3000.power_up()
	print("It's alive! ")
	

Step 3: Software Installation

Download and install the Selfie Toaster 3000 software. This will guide you through the process.

Learn about software upgrades


	# Install the software
	selfie_toaster3000.install_software()
	print("Software installed!")