list # @Auther : chen # @Time : 2018/4/26 19:55 # @File : list_ex.py # @SoftWare : PyCharm # list1 = [1,2,3,4,5,6,7,8,9,0] # random.shuffle(list1) # print(list1) # for i in list1: # print(i) name_list = ['alex','bill','chris','eve','frank','ray','suk…