In first half of this script:
prompt = raw_input("Can you tell me your name? ")
if prompt in ("Yes", "yes", "y", "Y"):
name = raw_input("What's your name? ")
elif prompt in ("No", "no", "n", "N"):
exit("OK, have nice day..")
else:
prompt = name
if name == "Santosh":
print "Hey! I
On 20/07/12 21:34, Fred G wrote:
Hi--
This question has to do with MySQL but is fundamentally a python
question, so apologies if it seems tangential initially...
I've written a long python file that creates all the tables in database
To be honest I'd normally do that by writing a SQL file and