lec 3 done

This commit is contained in:
2026-01-03 01:21:46 +10:00
parent 1c50d7ce0e
commit cca7d57569
14 changed files with 161 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
- var products ={"Товар":"Цена","ручка":30.5, "карандаш":50, "альбом":156, "тетрадь":21.5, "ластик":10.2}
table
each name,price in products
tr
td= name
td= price