Madfoxsec

Madfoxsec

adjective = random.choice(adjectives) animal = random.choice(animals) blog_name = f"{adjective}{animal}sec" return blog_name