iode.write_title

iode.write_title(title: str, level: int = 1)[source]

Print a title of the given level

Parameters:
title: str

Title to print.

level: int, optional

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