API

mycode.add_numbers(a: int, b: int = 0) int

Add two numbers together

Parameters
  • a – The first number

  • b – The second number

It’s a very useful function