Python In Telugu
Guess the ouput set1 = {"Yellow", "Orange", "Black"} set2 = {"Orange", "Blue", "Pink"} set3 = set2.difference(set1) print(set3)
8 months ago | [YT] | 0
Python In Telugu
Guess the ouput
set1 = {"Yellow", "Orange", "Black"}
set2 = {"Orange", "Blue", "Pink"}
set3 = set2.difference(set1)
print(set3)
8 months ago | [YT] | 0