HTMLify
Home
Log in
Register
Dashboard
Frames
API
LeetCode - Add Two Integers - Python
Views: 179 | Author:
abh
class
Solution
:
def
sum
(
self
,
num1
:
int
,
num2
:
int
)
->
int
:
return
num1
+
num2
Share this file:
Copy
Short Link
View Raw
Download File
(92 B)
Embed Code
Clone
Comments
Comment