From 3f0e9b039b13e9a5c56b6cd340210d535760fb7c Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Wed, 18 Aug 2021 22:14:36 +0300 Subject: [PATCH] Beta of new functions --- GTAwhatToBuy/GTAwhatToBuy.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GTAwhatToBuy/GTAwhatToBuy.py b/GTAwhatToBuy/GTAwhatToBuy.py index 808c7a3..6eab808 100644 --- a/GTAwhatToBuy/GTAwhatToBuy.py +++ b/GTAwhatToBuy/GTAwhatToBuy.py @@ -14,6 +14,7 @@ def header(): ---------------------------------------------------------------------| ''') + class menu: def section(self): print("Select section") @@ -114,6 +115,8 @@ shops = sorted(shops) # print(byshop) # print(byprice) +header() + while True: print("What you want to do?") print("1 - Print all database")