
Teste2
The mission is in Blocked Mode.
Access to the solutions is blocked for a day or two (even after you share your own), until we'll have enough solutions for you to check.
All users who've solved the mission will get the notifications about their opening.
Sum two passed ints
Input: Two arguments. Both are ints. Trying VSCODE + git
Output: Int.
Examples:
assert sum_two(3, 2) == 5 assert sum_two(5, 7) == 12
How it’s used: (math is used everywhere)
Preconditions:
- both given ints should be between -1000 and 1000