In order to change all the elements of variable ‘grades’ to…

In order to change all the elements of variable ‘grades’ to the integer 10, we run the following code: grades=for i in range (len(grades)):    grades=__________________ Fill in the blank with the appropriate number to get the answer, as per the problem requirements.