You have a list of names, names = [“alice”, “bob”, “charlie”…
You have a list of names, names = [“alice”, “bob”, “charlie”], and you want to create a new list, uppercased, containing the same names but in all uppercase. Which code correctly creates this new list?
Read Details