Python quiz 2: Python 2 vs Python 3 Welcome to Python quiz 2: Python 2 vs Python 3 Name Email 1. Which one is the last version of Python 2? Python 2.0 Python 2.2 Python 2.7 Python 2.9 None 2. __future__ module is used by Python 2 Python 3 both Python 2 and 3 No idea None 3. Which is more popular in 2020 Python 3 Python 2 Python 1 All of these None 4. "input" method to collect user-input is used by which version of Python Python 2 Python 3 Both version No idea None 5. Symbol for "NOT EQUAL TO" operator in Python 3 =! != not = None 6. What will be the result of 5/2 in Python 3? 2.5 2.50 2 2.0 None 7. "Iterator" in Python 3 uses range(val) xrange(val) rangeX(0,val) rangeX(val) None 8. Python is dynamically typed language True False None Related Posts