diff --git a/less2.md b/less2.md index f6bf095..dc32030 100644 --- a/less2.md +++ b/less2.md @@ -33,4 +33,6 @@ price_2 = {80, 2, 10} price_3 = price_1 | price_2 price_4 = price_1 & price_2 print(price_3) -print(price_4) \ No newline at end of file +print(price_4) + +[Назад на главную](readme.md) \ No newline at end of file