In pythonYou have been asked to create a form to gather data using a Python program. It should allow the user to enter the information and check to see if the data is valid. Once the data has been validated, save the information as a line in a comma separated value file. After the data has been save, clear the form so that that next person can enter their data.The form should look like the following:Using the example programs in the module, construct the GUI data entry form.Upon completion of