Open sinus-x opened 2 years ago
Several commands are taking user input, but displaying its newlines can mess up the input. Some examples are:
Doing .replace("\n", " ") should be enough.
.replace("\n", " ")
Several commands are taking user input, but displaying its newlines can mess up the input. Some examples are:
Doing
.replace("\n", " ")
should be enough.