TatumKarstetter TatumKarstetter 01-04-2021 Computers and Technology contestada This is your code. >>> a = [5, 10, 15] >>> b = [2, 4, 6] >>> c = [11, 33, 55] >>> d = [a, b, c) b[1:2] is