def add(num1, num2): return num1 + num2 def sub(num1, num2): return num1 - num2 def

Related Book For  answer-question
Posted Date: