You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use print and pass an argument to the end-parameter, the resulting line is missing 4 characters.
The four chars of the REPL prompt >>> appear to write over the line, as the cursor blinks on the first visible position (indicator sits under the number 4)
Bug report
Bug description:
I encountered the following unexpected behavior when working with the new REPL on Windows 10's
cmd
just now:Actual Behavior
end
-parameter, the resulting line is missing 4 characters.>>>
appear to write over the line, as the cursor blinks on the first visible position (indicator sits under the number 4)Expected Behavior
Note:
This works as expected:
CPython versions tested on:
3.13
Operating systems tested on:
Windows
The text was updated successfully, but these errors were encountered: