-- Homework 11, problem 2 -- solution. print(type("world")) print(type(42)) print(type(3.14)) print(type(false)) print(type(nil))