-- Homework 31, problem 3: Wire up Touched. -- -- Assume a variable `part` already refers to a Part. Write the -- snippet that connects a function to part's Touched event. The -- function should print " touched the part" where -- otherName is the Name property of the toucher. -- -- Pen-and-paper exercise; this file will not run with `lua`. -- Your code goes here: