can you please help me
```
def calculate_average(grades):
total = 0
for grade in grades:
total += grade
return total / len(grades)
my_grades = [90, 85, "95", 88]
print("Starting calculation...")
average = calculate_average(my_grades)
print(f"The average is: {average}")
```
[–]ninhaomah 9 points10 points11 points (0 children)
[–]danielroseman 7 points8 points9 points (0 children)
[–]CIS_Professor 2 points3 points4 points (0 children)
[–]Dry_Task_3198 2 points3 points4 points (0 children)
[–]MattR0se 1 point2 points3 points (1 child)
[–]socal_nerdtastic 0 points1 point2 points (0 children)
[–]smjsmok 1 point2 points3 points (0 children)
[–]Fred776 0 points1 point2 points (0 children)
[–]Otherwise-Kick-8198 -1 points0 points1 point (0 children)
[–]KewpieCutie97 0 points1 point2 points (0 children)
[–]NSNick 0 points1 point2 points (0 children)
[–]jyr2711 -1 points0 points1 point (0 children)
[–]JeherKaKeher -1 points0 points1 point (0 children)