LeetCode 217. Contains Duplicate: Python 2 simple solutions

preview_player
Показать описание
Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct.
Рекомендации по теме
Комментарии
Автор

Can you do this with if statements and for loops if so how

loribadger