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:
Types of variables in Python:
There are different types of variables used in Python.
Examples:
Comments
Post a Comment