>My zig
zig Tryit Editor
>My zig
Run ❯
ViewsInsgiht
.
com
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
set1 = {"apple", "banana" , "cherry"} set2 = {"google", "microsoft", "apple"} set3 = set1.symmetric_difference(set2) print(set3)
{'google', 'banana', 'microsoft', 'cherry'}
>My zig