Re: [Tutor] python beginner-doubt

2013-05-15 Thread Dave Angel
Somehow, your message didn't appear here for 9 days. That's probably why you haven't seen any responses yet. On 05/06/2013 01:26 AM, subha krishna wrote: hi, i need an help in the following program i just started to learn. if speed >= 80: print 'License and registration please' Indenta

[Tutor] python beginner-doubt

2013-05-15 Thread subha krishna
hi, i need an help in the following program i just started to learn. if speed >= 80: print 'License and registration please' if mood == 'terrible' or speed >= 100: print 'You have the right to remain silent.' elif mood == 'bad' or speed >= 90: print "I'm going to have to write you a ticket." w