Posts

Showing posts from November, 2023

Variable in python

                                                                 Variable in Python   Variable:                 A space in a computer's memory location is known as a Variable. A variable has a name, an address, location, and storage space.                                                                                                                                                         0010...

Programming in Python

Image
                                   Python History of python :   Python is a high-level language. Today it is most useful in many fields of development. It was created/made in 1991 by    Guido van Rossum in the Netherlands . It is also an object-oriented programming language. Versions of Python: Guido van Rossum In the present time, this language has been updated in versions. Python 3.0 , is a continued version. But a few of people/beginners learn Python 2.0. Features of python: Following are the features of Python language. 1. High-level language 2. Easy to use 3. Easy to write 4. Interpreted language 5. Multi-purpose language 6 . Compressed code 7. Easy to debug