Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 534 Bytes

File metadata and controls

31 lines (21 loc) · 534 Bytes

2235. Question 2235

All prompts are owned by LeetCode. To view the prompt, click the title link above.

Back to top


First completed : October 10, 2025

Last updated : October 10, 2025


Related Topics : N/A

Acceptance Rate : Unknown


Solutions

Python

class Solution:
    def sum(self, num1: int, num2: int) -> int:
        return num1 + num2