textdev_

Results 1 issues of textdev_

It's possible to compress print statements more then they are now, by replacing end= and newlines by putting them on the same line. E.G. Input: `print("Option A")` `print("Option B")` `print("Option...