I have tried everything and it still tells me
You should update running_total using the += operator once to add all four course costs.
I don’t know what im doing wrong.
Welcome to the forum @ann_08!
You can print using an f-string or you can use this format: print("myString:", myVariable)
Happy coding!
I tried both and it still doesn’t change what it tells me or run the code
I think the problem is in the line with the += operator
Please show what you’ve tried on the print().
I think I found what I was doing wrong.
So sorry to disturb you