What does this code print?
data = [[1, 2], [3, 4], [5, 6]] print([3, 4] in data) print(3 in data)
← → arrow keys to navigate
Sign in to save your progress.