Python Quiz | Day 42 | What is the output of following code ?

preview_player
Показать описание
#python #pythonquiz #shorts #coding

We are supporting freely to everyone. Join us for live support.

Рекомендации по теме
Комментарии
Автор

#symmetric difference EXOR operation
integers = {1, 2, 3, 4, 5, 6, 7, 5, 1, 8, 4, 2, 6}
real = {6, 7, 9, 1, 5}
print(integers ^ real)


ipvikas
welcome to shbcf.ru