1
2
3
4
5
6
7
#!/usr/bin/python3 

import random

LIST = []
LIST.append('苍云')
random.choice(LIST)