mirror of
https://github.com/devenperez/leetcode.git
synced 2026-06-13 14:57:08 +00:00
Time: 43 ms (5.68%), Space: 13.3 MB (59.62%) - LeetHub
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
class Solution(object):
|
||||||
|
def sum(self, num1, num2):
|
||||||
|
"""
|
||||||
|
:type num1: int
|
||||||
|
:type num2: int
|
||||||
|
:rtype: int
|
||||||
|
"""
|
||||||
|
return num1 + num2
|
||||||
Reference in New Issue
Block a user