Python Hands On
Python Hands On
2. Write a Python script that reads the "data.txt" file line by line.
3. For each line, parse the data and create a dictionary with keys "Name", "Age",
and "City".
4. Store these dictionaries in a list.
5. Print the list of dictionaries.