how can I make a python program not stop when the script ends

2014-08-20 Thread AudioGames . net Forum — Development room : blindlord via Audiogames-reflector
how can I make a python program not stop when the script ends okay the subject is a little weird but let me explain I want to make a program that calculates the tip at a restaurant and I know how to do this just fine but how can I tell the program not to end after the result is entered

Re: how can I make a python program not stop when the script ends

2014-08-20 Thread AudioGames . net Forum — Development room : frastlin via Audiogames-reflector
Re: how can I make a python program not stop when the script ends raw_input(Press return to exit)If you wish to be more complex let me know.Have you looked at:Learn Python the Hard Way?It goes over all of this quite well. URL: http://forum.audiogames.net/viewtopic.php?pid=185758#p185758

Re: how can I make a python program not stop when the script ends

2014-08-20 Thread AudioGames . net Forum — Development room : frastlin via Audiogames-reflector
Re: how can I make a python program not stop when the script ends What version are you using? 2.7 israw_input( )in 3.x it is:input( ) URL: http://forum.audiogames.net/viewtopic.php?pid=185759#p185759 ___ Audiogames-reflector mailing list