We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4f7a0 commit fec23d1Copy full SHA for fec23d1
python/easy/2235. Add Two Integers
@@ -0,0 +1,4 @@
1
+class Solution:
2
+ def sum(self, num1: int, num2: int) -> int:
3
+ nums_sum = num1 + num2
4
+ return nums_sum
0 commit comments