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 #245
my_list = [1, 2, 3]
print(2*my_list)
To concatenate multiple copies of the same sequence, multiply it by an integer. (python-simple.com/python-langage/sequence.php)
Question difficulty: 🔵🔵🔵🔵🔵