-- Homework 14, problem 2: print yes/no if the sentence contains "lua". local sentence = "i am learning lua this year" -- TODO: use string.find inside an if