Quiz 2 - Version B 1) Line 2 6 3 Line 2 7 3 Line 1 8 3 2) userInput = int(raw_input("Enter positive integer: ")) for num in range(1, 11): print str(userInput) + " x " + str(num) + " = " + str(userInput*num) 3) 1 - float | 9.0 2 - float | 12.0 3 - bool | True 4 - int | 8 5 - bool | False 6 - bool | True 7 - float | 2.5 8 - float | 3.0 9 - bool | True 10 -bool | True