Computer Science, asked by ritikbaghel1605, 6 months ago

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

Answers

Answered by ritabratadas121
0

Answer:

assuming that the programming is written in Python

It will return a error because we can't perform substraction on strings.

PLS MAKE MY ANSWER AS BRAINLIEST.

Similar questions