#python

random模块:random.randint(0, 100) 生成一个0到100的整数。
str.upper() str.lower() 字符串大小写转换。