Wednesday, May 5, 2021

Basics of python

History of python 


  • Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language.

  •  It was created by Guido van Rossum during 1985-1990. Like Perl, Python source code is also available under the GNU General Public License (GPL).

  • Did you like .......................

No comments:

Post a Comment

String

  String (data type) :  》 Strings are arrays of bytes representing Unicode characters. 》A string is a collection of one or more characters p...