sentence
Return a randomly generated sentence of lorem ipsum text.
The first word is capitalized, and the sentence ends in either a period or question mark. Commas are added at random.
def sentence() - > string
Return a randomly generated sentence of lorem ipsum text. The first word is capitalized, and the sentence ends in either a period or question mark. Commas are added at random.
Returns
| Type | Description |
|---|---|
string | A randomly generated lorem ipsum sentence with randomized length, punctuation, and capitalization. |