Ask Question

Write the definition of a function add, that receives two int parameters and returns their sum. python

+2
Answers (1)
  1. 27 August, 12:38
    0
    Def Add (a, b):

    return a+b
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write the definition of a function add, that receives two int parameters and returns their sum. python ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers