79305507

Date: 2024-12-24 11:56:57
Score: 2
Natty:
Report link

FLAVORS = [ "Banana", "Chocolate", "Lemon", "Pistachio", "Raspberry", "Strawberry", "Vanilla", ] a=FLAVORS for i in a: pass for j in range(a.index(i)+1,len(a)): if i==a[j]: pass else: print(f'{i}, {a[j]}')

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abhishek Kumar