print "Layer size is", layer.width, "x", layer.height
How do you see what it printed?
print "Layer size is", layer.width, "x", layer.height
How do you see what it printed?
I suspect most of us tend to use print a lot when debugging python -- or is that just me?
So how do you see what it printed?