Data Types in Python

All programming languages have data types. In this post, we’re going to talk about 6 data types of Python. Mutable Data Types - Data types whose value can be changed. List Dictionary Set Immutable Data Types - Data types whose value cannot be changed. Tuple String Numeric Boolean List List is an ordered sequence of items. It’s equivalent to an array in Python....

July 16, 2022 · 3 min · Ashish Gaur