Computer Science, asked by Pavan3659, 2 months ago

If:- A= set (python)
B= set ( programming)
Then what will be the output of print (A-B) ?with reasons

Answers

Answered by manishkrranjan3197
0

Answer:

A=set

B=set

result=A-B

Similar questions