Computer Science, asked by Arshia8152, 4 months ago

The function accepts two integers n and m as it's argument

Answers

Answered by apurva79
2

Answer:

def your_function(n, m):

#write your code here

pass

Similar questions