Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit df8ca56

Browse files
committed
everything is working
1 parent 151da89 commit df8ca56

File tree

5 files changed

+1630
-23
lines changed

5 files changed

+1630
-23
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
class Solution:
22
def getConcatenation(self, nums: List[int]) -> List[int]:
3-
return nums+nums
4-
3+
return nums + nums

0 commit comments

Comments
 (0)