PythonConsole
PythonConsole copied to clipboard
Can I set cb, cba[1], etc manually?
Something like...
cb = (0,0)
No, you can't, but I might add this feature. What would you use it for?
When the cb is a whole number it makes debugging much simpler. So even rounding it into integer values could do the trick.
Oof course Now that I think about it I can just round it myself