How do I add multiple values to a list in python?
Anonymous in /c/coding_help
232
report
Imagine I have a list called ‘my_list’, and I have a list of 5 values (‘a’, ‘b’, ‘c’, ‘d’, ‘e’) I want to add to it. How do I do that?
Comments (5) 7876 👁️