KGKanak Guptainmasterblaster.hashnode.dev·Apr 8, 2021 · 6 min readLearn List in PythonList Data Type It behaves like a container in which we can store both types of heterogeneous and homogeneous data in a huge amount. It is a mutable data type and stored in a squared bracket []. For manipulation, it has so many methods. Now we will di...00
KGKanak Guptainmasterblaster.hashnode.dev·Mar 25, 2021 · 9 min readLet's learn Data types in PythonWhy do we need to know Datatypes in Python? The 3 most important things are always keeping in mind using python First, it is Case sensitive, second, is indentation problem, and third is data types We can perform operations only on the same data type ...01P