Fill in the code to loop over the list grouped topics and print every element in the list.
grouped topics=[["Algorithms". "Data Structures". "AI"], ["Linear Regression", "SQL"]]
for sublist in type your answer.....
for sublist element in type your answer....
print(type your answer.....