+ 1
Pausing screen and if statements
Iām not really sure how to pause a screen with an input statement and Iām having problems converting if statements. I need somewhere or someone to show a picture of what my program is looking like so far and how the problem looks too. Please respond quickly. Heres the code: if(typeofmeal == āRegularā). adultmealcost = float(REGULAR_MEAL*NumberofAdults) elif(typeofmeal ==āRegularā) There are different constants for different meals When i run it it gives me an error
1 Answer
+ 2
You provided no code
EDIT*
The code you provided doesn't tell me much other than both your IF and ELSE IF conditions are the same.