2
Python input prompt length limit
complete
b
blaw
When putting in a prompt string to Python's input function, longer strings will print out weirdly to the console, rewriting themselves at the beginning. They seem to loop around at 80 characters, with the 81st character repeated at the end and beginning of the console output.
Activity
Newest
Oldest
e
etowncodes
I am experiencing this too (11/19/20) and have been for several days. Adding a newline \n into a string helps, but it does not appear to be fixed.
Obaida Albaroudi
complete
b
blaw
Bug seems to have been resolved. (?!)