Re: [Tutor] Loop Exception Handles

2013-03-15 Thread Mark Lawrence
On 16/03/2013 04:08, Vincent Balmori wrote: I am trying to loop a simple exception. I tried to put a while loop, but I keep getting syntax issues. I also tried to alternatively use something on the lines of "while number != int" also with no avail. Please help us to help you. What did your whi

Re: [Tutor] Loop Exception Handles

2013-03-15 Thread Robert Sjoblom
On 16 March 2013 05:08, Vincent Balmori wrote: > I am trying to loop a simple exception. I tried to put a while loop, but I > keep getting syntax issues. I also tried to alternatively use something on > the lines of "while number != int" also with no avail. It would help if you: a) didn't send HTM

[Tutor] Loop Exception Handles

2013-03-15 Thread Vincent Balmori
I am trying to loop a simple exception. I tried to put a while loop, but I keep getting syntax issues. I also tried to alternatively use something on the lines of "while number != int" also with no avail.    def main():     print("\t\tWelcome to Blackjack!\n")          names = []     try: