79705528

Date: 2025-07-18 00:18:24
Score: 1
Natty:
Report link
go1=input("go vegetarian?...")
go2=input("go vegan?...")
go3=input("go gluten free?...")
if go1=="yes":
    print("pizza","cafe","italiano","kitchen")
elif go2=="yes":
    print("cafe","kitchen")
elif go3=="yes":
    print("pizza","cafe","kitchen")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arthur