@ -30,5 +30,5 @@ fp_4.close()
list_5 = list(dictionary_2.values())
srednee_mark = sum(list_5)/len(list_5)
print(round(srednee_mark, 1))
print(f"Общее среднее = {round(srednee_mark, 1)}")
```