What was the major change introduced in Python 3 compared to Python 2?
A. Addition of f-strings
B. Introduction of list comprehensions
C. Removal of print statement ambiguity
D. Introduction of print() function
Python 3 removed the ambiguity of the print statement by making it a function.