Изменил(а) на 'Tests/test2.md'

main
OgarkovIA 4 недель назад
Родитель 13a0f36105
Сommit 81d2ad0e06

@ -30,5 +30,5 @@ fp_4.close()
list_5 = list(dictionary_2.values()) list_5 = list(dictionary_2.values())
srednee_mark = sum(list_5)/len(list_5) srednee_mark = sum(list_5)/len(list_5)
print(round(srednee_mark, 1)) print(f"Общее среднее = {round(srednee_mark, 1)}")
``` ```
Загрузка…
Отмена
Сохранить