Обновить less2.md

This commit is contained in:
parent 8b35ffd9ea
commit 686f627672
1 changed files with 3 additions and 1 deletions

View File

@ -34,3 +34,5 @@ price_3 = price_1 | price_2
price_4 = price_1 & price_2 price_4 = price_1 & price_2
print(price_3) print(price_3)
print(price_4) print(price_4)
[Назад на главную](readme.md)