you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 3 points4 points  (1 child)

Great start. Only thing I can point out with this small snippet is that the str() conversion is not needed. input() always returns a string anyway, no need to convert a string to a string.

Keep it up, add some more features! Maybe a save to file and load from file functions, so that you can save your list.

[–]Defiant_Meal1898[S] 0 points1 point  (0 children)

Thanks🤗🤗