Remove a random element from a list in Python ; my_list = ['bird' ; random_item_from_list = random.choice( ; my_list.remove( ; print( ...
確定! 回上一頁