beginner
Strict Comparison
Compare strings to identify empty ones.
📝 Treść promptu
Create a list of three strings: 'apple', '', and 'banana'. Write code that iterates through this list and prints 'Empty found' specifically when the element is an empty string ("").