beginner
Sum of Two Numbers
Write a function to add two integers together.
📝 Prompt Inhoud
Create a function that takes two numbers as input and returns their sum. For example, if the inputs are 5 and 10, the result should be 15.