Wednesday, 1 March 2023
Version of Python
Here is a list of major versions of Python that have been released:
Python 1.x: The first version of Python was released in 1991 and was known as Python 0.9.0. The first stable release, Python 1.0, was released in 1994.
Python 2.x: The second major version of Python was released in 2000 and included many new features and improvements over the previous version. The most widely used version of Python 2.x was Python 2.7, which was released in 2010 and was supported until 2020.
Python 3.x: The third major version of Python was released in 2008 and included significant changes and improvements over Python 2.x. However, it was not backward-compatible with earlier versions of Python, which caused some controversy and slowed adoption of the new version. The most recent version of Python 3.x is Python 3.10, which was released in October 2021.
Each major version of Python has had several minor releases, which include bug fixes, performance improvements, and new features. Additionally, there are several versions of Python that are still in use today, including Python 2.7 (which is no longer supported) and Python 3.7, 3.8, and 3.9 (which are still actively supported).
Subscribe to:
Post Comments (Atom)
Program For String
# This program demonstrates various string operations # Define a string variable my_string = "Hello, World!" # Print the string p...
No comments:
Post a Comment