Total=0;
def sum(arg1,arg2):
total=arg1+arg2;
print("total:",total)
Answers
Answered by
1
Answer:
this question is c++ subject or a python subject
Answered by
1
Answer:
Output:-
Total :30
Total : 30
Similar questions