Sobes.tech
Middle+

Wat zal het resultaat zijn van het uitvoeren van deze code? a = [1, 2, 3] b = [1, 2, 3] print(a == b) print(a is b)