Solutions to Quiz2, Version d ----------------------------- Problem 1: ---------- Line 2 5 2 Line 1 6 4 Line 2 6 5 Line 2 7 7 Problem 2: ---------- n = None count = 0 while n!=0: n = int(raw_input ("enter a number")) if(n%10 ==0 and n!=0): count = count + 1 print "Number of count of 10 is ", count Problem 3 --------- 1. float 9.0 2. float 12.0 3. bool True 4. int 8 5. string 'hello100hi' 6. bool False 7. float 2.5 8. float 300.3 9. bool True 10. bool True