@@ -1 +1,5 @@
print("DemoTel Product Catalog")
import json
with open("products.json","r") as f:
products = json.load(f)
print("products")
The note is not visible to the blocked user.