All prompts are owned by LeetCode. To view the prompt, click the title link above.
First completed : October 10, 2025
Last updated : October 10, 2025
Related Topics : N/A
Acceptance Rate : Unknown
class Solution:
def sum(self, num1: int, num2: int) -> int:
return num1 + num2