#datatypes
Read more stories on Hashnode
Articles with this tag
Day 6 Tuple : Tuple is an in-built data type in python and is used to collect objects, by separation of commas. Tuples are mutable. We use the '(...
Day 5 String : The string is an in-built data structure in python, which is an immutable data type, that is a sequential collection of...
DAY 2: In this blog, you will get to know about the basic data types of python. DATA TYPESData types are nothing but the classification of the data...