Related questions
list = ['Strawberry cocktail', 'cat-cosmonaut'] (And so on).
vk.method("messages.send", {"peer_id": id, "message": random.choice(list), "random_id": random.randint(1, 2147483647)})
Find more questions by tags Python