On 19/04/12 20:51, James Stauble wrote:
I have seen in a few places where this means my program is essentially
in an endless loop,
Yes same here. Its not necessarily an endless loop it may just be
processing more items that Pythons call stack can hamndle, but in this
case it is endless.
#T
On 2012-04-19 21:51, James Stauble wrote:
I have seen in a few places where this means my program is essentially in an
endless loop, but as far as I can see it is formatted correctly. Any help would
be greatly appreciated. Thanks in advance.
[snip]
#This function gets the tip which will be ad
I have seen in a few places where this means my program is essentially in
an endless loop, but as far as I can see it is formatted correctly. Any
help would be greatly appreciated. Thanks in advance.
#This function defines the main calls in this program
def main():
mealPrice = getMeal() #c