Inspiration
What it does
How we built it
Challenges we ran into
Accomplishments that we're proud of
What we learned
What's next for s4q1_swaramulagari
def add_numbers(num1, num2): return num1 + num2
result = add_numbers(3, 5) print("The sum is:", result)
Log in or sign up for Devpost to join the conversation.