--this is a comment --task2 p = {} -- empty table function p.FirstTry(frame) return "Hello World" end return p