Computer Science, asked by suraj302143, 1 month ago

 A=set(‘python’) and B=set(‘programming’) What is the output of A-B ?​

Answers

Answered by thilakkumarsivakumar
1

Answer:

a=5

b=10

c=a-b

peint(c)

output:

c=5

Similar questions