Python Basics

 Types of variables in Python:

There are different types of variables used in Python.

  • Integer: It is known as numbers
  • Float: It is known as decimal numbers
  • Long
  • String: 
  • List or Array
  • Dictionary

Examples:


Comments

Popular posts from this blog

Auditing in Oracle database

rs.stepDown() in MongoDB replication

Tuples in Python