Tasks: 1. Update the code so it asks the user what size they want the squares to be 2. Update the code so it allows the user to choose whether they want a 2x2, 3x3, or 4x4 grid (Ex: "What grid do you want? Enter 2 for 2x2, enter 3 for 3x3 or enter 4 for 4x4 grid 3. CHALLENGE: Create another function that has two parameters, S (for size) and G (for grid size). Create the function definition and call the function with the correct parameters.