Programmer Humor @programming.dev QuentinCallaghan @sopuli.xyz 9mo ago Thanos Sort gist.github.com Thanos Sort
for i in range(1, len(a)): if a[i] < a[i-1]: like_all_things_should_be = False break What's going on in Thanos' head in all that B-roll
Ah, this looks like it's a snap to use.
If you have the stones to try it