Snippets Collections
ls = [1, 2, 9, 4, 5, 2, 3, 9, 1]
result = max(ls, key=ls.count)

# or
# result = max(set(ls), key=ls.count)
star

Tue Nov 21 2023 12:39:45 GMT+0000 (Coordinated Universal Time)

#python #algos

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension