An implementation of the built-in input function that doesn't echo the final newline character on Enter keypress. This is a repo showcasing my answer on StackExchange. All of this was done without the ...
Currently, the !charinfo command runs unicodedata.name() to figure out what name a character should be given. However, unicodedata.name() does not support control characters like the newline ...