aliogaili5 aliogaili5 14-01-2022 Computers and Technology contestada What is the missing line of code? >>>from random import * >>> aList = [10, 20, 30, 40, 50] >>> >>> aList [10, 40, 50, 30, 20]