Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitleds s

Snippet info

Language

Python

Visibility

public

Author

toritsejumoju

Created

2026-01-13T15:06:04.436122Z

Updated

2026-01-13T16:18:51.837517Z

basket = ['a','x','b','c','d', 'd','e']
#basket.sort()
basket.reverse()
print(basket)
INFO