Beta of new functions
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user