Python Number, String & Variable

preview_player
Показать описание
There are six different data types exists in python. In this tutorial we will discus about number and string data type.
Python supports integers, floating point numbers and complex numbers.
A string is a sequence of characters and in python, it can be represent using two single quote (‘ ’) or two double quote(“ ”).
A variable is something that holds a value that may change. In simplest terms, a variable is just a box that you can put stuff in. You can use variables to store all kinds of datatype.

You can find the presentation in the below given path.

Рекомендации по теме
Комментарии
Автор

a=10, what is the statement required to retrieve the data type of the inputted string "hello" stored inside the Variable 'a'

anjanakarmakar
join shbcf.ru