import random names = [ "黄彦祯", "陈子睿", "杨芷涵", "李若璇", "麦家俊", "蔡培钧", "李泽丰", # "陈蓬宇", "郭芃泽" ] random.shuffle(names) for idx, name in enumerate(names): end_symb = " " if idx%2==0 else " | " print(f"{name}", end=end_symb)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter