ITP 115 – Programming in Python2021-03-30 Page 1 of 8Assignment 8 – Tic Tac ToeGoals• Create a two player Tic Tac Toe game• Continue working with loops and lists• Create functions (parameters, return values, using a main function)Requirements• In PyCharm, create a new project named a8_last_first …