Beta of new functions

This commit is contained in:
BarsTiger
2021-08-18 22:14:36 +03:00
parent c84ff52f39
commit 3f0e9b039b

View File

@@ -14,6 +14,7 @@ def header():
---------------------------------------------------------------------| ---------------------------------------------------------------------|
''') ''')
class menu: class menu:
def section(self): def section(self):
print("Select section") print("Select section")
@@ -114,6 +115,8 @@ shops = sorted(shops)
# print(byshop) # print(byshop)
# print(byprice) # print(byprice)
header()
while True: while True:
print("What you want to do?") print("What you want to do?")
print("1 - Print all database") print("1 - Print all database")