Given a function with an unknown amount of parameters for numbers¶ find the max number¶ Example¶ myFunc(10,20,30)¶ Output -> 30¶ Example 2¶ myFunc(10,20,30,40,50,60)¶ Output -> 60¶