This is the easiest way I can explain this.
Currently, I have a list that I am displaying by printing it every time it is changed. I want to call it the list "cards" with the following assigned to it.
cards = ["A", "B", "C", "D"]
Instead of printing the whole list every time it changes, I just want a single display of it to change. How would I go about doing this?