Examples:
Modules:
pr()
Profiling:
Links:
Versions:
Prints the passed a.
a
no-new-line
unchanged a.
>>> 5 + pr(4) 4 9 >>> 5 + pr(4, nnl=True) 49