In Python, data types are used to define the kind of data a variable can store. They determine the way data is stored and the operations that can be performed on it. Python, being a dynamically typed programming language, allows programmers not to explicitly declare the data type of a variable, but instead, it is determined automatically based on the assigned value.
Clipped from: web site
Embed:
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.