Τι θα εμφανίσει;
a='Hello kids'
print ('H' in a) and ('KIDS' not in a)
Score: 0 of 1
Your answer | Choice | Score | Correct answer |
| True | 0 | |
| False | 0 | |
print ('H' in a) and ('KIDS' not in a)
άρα True and not(False) = True and True = True
ή πιο απλά: το 'H' υπάρχει στο a ΚΑΙ(and) το 'KIDS' δεν υπάρχει στο a, άρα ισχύουν KAI (and) τα δύο άρα True