iode.write_paragraph

iode.write_paragraph(text: str, level: int = 1)[source]

Print a paragraph of the given level

Parameters:
text: str

Text to print in the paragraph.

level: int, optional

Level of the paragraph. 1 is the highest level. Defaults to 1.