Computer Science, asked by souvik3478, 9 months ago

Total=0;
def sum(arg1,arg2):
total=arg1+arg2;
print("total:",total)

Answers

Answered by yagrawal581
1

Answer:

this question is c++ subject or a python subject

Answered by sahunikita561
1

Answer:

Output:-

Total :30

Total : 30

Similar questions