Computer Science, asked by shubham3550, 11 months ago

Give the output of following script:
A=100
B=200
S=A+B
print(A,"+"B,"=" S, sep='@',end="###)​

Answers

Answered by Varalakshmi2317
2

Answer:

100+200=300

sep=s ###

Similar questions