Favorite Band

Bonus Page

My favorite band is Ultraviolet. Not only is it an interesting word, it is the part of the electromagnetic spectrum. It's where a lot of the heat from sunlight comes from.


How to make an elephant float

  1. Put an elephant in a glass
  2. Add ice cream
  3. Add root beer
My Location

Code Section

Below is a sample of code:

import json

def write_json_to_file(data, filepath):
	with open(filename, "w") as f:
		json.dump(data, f, indent=4)