Friday, 5 July 2019

Python Versions

Python Versions:
1.  Python 1.0 v introduced in Jan 1994
2. Python 2.0 v introduced in October,2000
3.  Python 3.0 v introduced in December,2008.
Present version Python 3.7.3 v



Other tutorials

No comments:

Post a Comment

Files with Exception handling

#Ask the user to take two input integer values var a,b try:     a=int(input("enter any integer value:"))     b=int(input(&qu...