# Homework 11, problem 2: Type checker. # # Use type().__name__ to print the type of each value below, one per line: # "world" # 42 # 3.14 # False # None # # Run with: python exercises/11/homework/02-type-checker.py # Your code goes here: