@@ -0,0 +1,8 @@
historique =[]
achat = input("Quel produit avez-vous acheté ? ")
historique.append(achat)
achat = input("Autre produit ? ")
print(historique)
The note is not visible to the blocked user.