Class 1 Introduction of Python
Class 1 Introduction of Python
Programming is ver fast and output is very fast compare to middle level lang.
2. python was developed by Guido Van Rossam in 1989 while working at National
Research Institue at Netherland.
3.But Officially python was made available to public in 1991. The official DOB of
python is 20th feb 1991.
4. There are 2 programming lang. perl and C++ both are using for makeing python.
java:-
c:-
#include<stdio.h>
void main()
{
print('hello world')
}
python:-
print('hello world')
Limitation of python.