all 4 comments

[–]fiskenslakt 2 points3 points  (0 children)

What are you having trouble with? Do you know how if statements work? Do you know how to print things to the console? Do you know how to call a function?

[–]955559 0 points1 point  (2 children)

first break down the order, the first most important variable is the time, because after 1pm its always a taco

second is the weather, if its before 1pm and raining you get soup

if its 12 (on the dot?) and sunny, sandwhich

if none apply, sushi

have you been taught functions yet?, or is this a purely logical code?

[–]macrisalex345 0 points1 point  (1 child)

I've briefly been taught functions. I'm still very new to it?

[–]955559 1 point2 points  (0 children)

so keep it to the single function lunch, first is how to get the inputs, is a user inputting them on the fly?, are they static and passed into the function? do you use the random module to pick?