Mythili Natuva’s Post

Day 2 of my Python learning journey.. Today I learned about some useful built-in functions: len(), type(), and id(). data = [10, 20, 30] print(len(data)) # number of items print(type(data)) # data type print(id(data)) # memory location These functions help us understand our data better while writing programs. Small concepts like these make coding clearer and more confident. Learning one day at a time Are you learning Python too? #Python #LearningPython #100DaysOfCode

To view or add a comment, sign in

Explore content categories