If:- A= set (python)
B= set ( programming)
Then what will be the output of print (A-B) ?with reasons
Answers
Answered by
0
Answer:
A=set
B=set
result=A-B
Similar questions