beginner
Sum of Two Numbers
Write a function to add two integers together.
📝 প্রম্পট বিষয়বস্তু
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.