Print with Line Indentation
Same as print
, but adds a specified amount of white
space at the start of each printed line
indentPrint(object, indent=4, ...)
object |
any printable object |
indent |
a non-negative integer, the number of spaces to insert |
... |
other arguments to pass to |
object
is returned invisibly
David Firth, d.firth@warwick.ac.uk
indentPrint("this indented by 10 spaces", indent=10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.