1929. Concatenation of Array

Обновлено: 2024-03-12
1 мин
[]

Содержание

LeetCode problem 1929

class Solution:
    def getConcatenation(self, nums: List[int]) -> List[int]:
        return nums + nums