/run python from random import shuffle k = ['\u30ab','\u30af','\u30b3','\u30b1'] shuffle(k) print(f"{k[0]}\u30cb{k[1]}\u30ea\u30fc\u30e0{k[2]}\u30ed\u30c3{k[3]}")