The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #295
my_list = [1, 2, 3, 4, 5, 6]
my_list.append("a")
print(my_list)
As its name suggests, the append() method appends an element to a list, as the last element. (towardsdatascience.com/append-in-python-41c37453400#:~:te...)
Question difficulty: 🔵🔵🔵🔵🔵