diff --git a/less3.md b/less3.md index 05f62e5..77104f8 100644 --- a/less3.md +++ b/less3.md @@ -180,4 +180,6 @@ def cycle_dict_2(): for price in products.values(): print(price) total_price += price - print("Общая сумма товаров", total_price) \ No newline at end of file + print("Общая сумма товаров", total_price) + + [Назад на главную](readme.md) \ No newline at end of file