The easiest way to skyrocket your YouTube subscribers
Get Free YouTube Subscribers, Views and Likes

Data types in python

Follow
Ask Aaslesha

Python data types

In programming languages, data type is an associated type known as data type

python has some commonly used data types:

integer : Without any fractions part comes under integers

EX : 1,2,3,0,1,2,3,4........

String : stream of characters enclosed within quotes

capital letters(A toZ)
small letters(a to z)
digits(09)
special characters(&@^$£^....,.)

EX : "name", "values", "_ @%&"

Float : any number with decemal point

EX : 15.3, 346.211, 320.78

Boolean :As per python syntax, True and False as Boolean values.

EX : True, False
Yes or No
On or Off

posted by pleegtsl