What does this code print?
*rest, last = [10, 20, 30, 40] print(rest) print(last)
← → arrow keys to navigate
Sign in to save your progress.