❤☺Plz answer the above questions. ....☺❤✌
Answers
#we can develop in any language
#easy to use
#object oriented
#interpited language
#cross platform language
#free and open source
#verity of usage and application
the developer of the python language is GUIDO VAN ROSSUM IN FEB 1991
Hi
Who is the developer of Python ?
This question is actually confusing me.. if it means who invented it then the answer is Guido van Rossum otherwise The person who uses pythin to make softwares is called python developer.
Four features of python ?
1. It has easiest syntax as compared to any other programming language.. so it's beginner friendly..
2. We can make softwares, websites, mobile apps, robots.. what not..
3. It is object oriented..
4. It is Cross-platform
Four application of python ?
We use python in development of
softwares
websites
mobile apps
robots.. what not..
Different working modes of python ?
There are two modes in python
1. Interactive mode (python shell)
2. Script mode
Interactive mode is command line based mode.. you can execute all kind of python functions there, whereas in script mode you have to write code in a file and then save it as .py extenstion and then you can execute that file.
What do you mean by "Platform Independent" ?
It means you can write and execute the same code on different Operating system without any issue.
What is a Variable ? Can you change the value and type of a variable at run time ?
Variable is kind of pointer which points at particular temporary storage location which could be located in computer's RAM.
Python is dynamic language, so yes we can change the value of variable and change it's type at runtime.