随机打印输入

简介

1
2
3
import fileinput ,random
fortunes = list(fileinput.input())
print(random.choice(fortunes))