1.Use the in Keyword:
To find the element with a value of 1. in the provided data, you can use the in keyword to check its presence. Here's a step-by-step solution:
Check if 1. is present in the list.
if 1. in data:
print("Element 1. found&qu...