WillRegex

u/WillRegex@lemm.ee
2 posts · 20 comments

Recent posts

Recent comments

on Life is pain · c/adhd · 1 pts · 2y

After listening to a song a bunch of times I'll often look for covers and mashups.

on *Permanently Deleted* · c/autism · 5 pts · 2y

A fixation is something I am eager to interact with it a majority of the time, often to the exclusion of other stuff I need or want.

I think you're misunderstanding the insert method. insert keeps everything that was already in the list, including the item at the given index. it just shifts part of it to the right to make room for the thing you're inserting. Directly changing the list using display[position] = letter instead replaces the item at the index with letter.

Does that make sense?