diff --git a/Tests/test2.md b/Tests/test2.md index eeba460..6ffa56e 100644 --- a/Tests/test2.md +++ b/Tests/test2.md @@ -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)}") ``` \ No newline at end of file