bred

Generation

testsTue, 17 Jan 2023

import random def random_word(sentence): words = sentence.split(" ") return random.choice(words) random_word("Hello World")

## Getting Started To get started, fork the project, clone it, and install the requirements:

Want to kickstart your project?Use the new AI Studio to create your code