Python edabit Challenge : Return the Sum of Two Numbers

preview_player
Показать описание
Create a function that takes two numbers as arguments and return their sum.
def addition(a, b):
return a + b
Рекомендации по теме