- A 2008
- B 2000
- C 2010
- D 2005
- Share this MCQ
Answer:
A
Share this MCQ
Python 3.0 was released on December 3, 2008. It was a major release that introduced many new features and broke backward compatibility with previous versions of Python.
Some of the major changes in Python 3.0 included the removal of the print statement, the introduction of the "asyncio" module for asynchronous programming, and the introduction of the "nonlocal" keyword for accessing variables in enclosing scopes.
Python 3.0 was a significant update to the language, and many Python users continue to use it today.
Share this MCQ