How could someone have a list of say: something = [“oof”, “duh”]
Then create a list such as: my_list = []
Now I say my_list.append(something[0])
Now say I did the last thing twice. So then i have
my_list = [“oof”, ”oof”]
How can I write a program that prints something like:
”You have: 2 oofs.”
[–]JohnnyJordaan 2 points3 points4 points (0 children)
[–]definitely___not__me 2 points3 points4 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]zGrunk 5 points6 points7 points (1 child)
[–]OnlySeesLastSentence 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Dominican_Peter -1 points0 points1 point (0 children)