After working on input and output in Python, I started noticing something small… but important.
I could collect data. I could display it.
But I didn’t really understand what kind of data I was working with.And that’s where data types came in.
At first, I was writing code like this:
name = input("Enter your name: ")






