Variables values in Python

There are four generic data types in Python programming language. These types are: strings, numbers, lists, Booleans.

Numeric data type contains number values.

A list in Python is ordered sequence of values.

Strings data type contain text.

Boolean values are True and False.

YouTube video




Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator