τι θα εμφανίσει;
fruits = ['apple', 'juice'] print 'apple' in fruits
fruits = ['apple', 'juice']
print 'apple' in fruits
False
True
1
0