# using Fisher-Yates shuffle Algorithm to shuffle a list · import random · # initializing the list · list_values1 = [11,20,19,43,22,10] · # Printing the list · print ...
確定! 回上一頁