Re: [Tutor] Tutor Digest, Vol 106, Issue 60

2012-12-23 Thread Farrukh Ali
080...@davea.name> Content-Type: text/plain; charset=ISO-8859-1 On 12/22/2012 05:38 PM, Farrukh Ali wrote: Hi, i am using ActivePython 2.7.2.5, and windows 8 professional. well the original ex3.py is: print "I will now count my chickens:" print "Hens", 25 + 30 / 6 print "Roosters&

Re: [Tutor] check it for me

2012-12-22 Thread Farrukh Ali
Hi, i am using ActivePython 2.7.2.5, and windows 8 professional. well the original ex3.py is: print "I will now count my chickens:" print "Hens", 25 + 30 / 6 print "Roosters", 100 - 25 * 3 % 4 print "Now I will count the eggs:" print 3 + 2 + 1 - 5 + 4 % 2 - 1 / 4 + 6 print "Is it true that 3 + 2 <

[Tutor] check it for me

2012-12-22 Thread Farrukh Ali
Hi Tutor, I am new to python, and a novice in the world of programming, I am learning python from learnpythonthehardway, and now a little bit confused in exercise 3, where the author of the book wants us to rewrite the ex3.py by saying Rewrite ex3.py to use floating point numbers so it’s more a