swtloc.utils.print_in_red

swtloc.utils.print_in_red(text: str) None[source]

Print a red color text. :param text: Text to print :type text: str

Example:

>>> # Printing a red text
>>> print_in_red('This is a red text')
This is a red text