import random

key="信息加密好酷呀!"
str=random.choice(key)
print(str)