A=set(‘python’) and B=set(‘programming’) What is the output of A-B ?
Answers
Answered by
1
Answer:
a=5
b=10
c=a-b
peint(c)
output:
c=5
Similar questions