react-py
react-py copied to clipboard
Is there a way to get trailing whitespace from prompt?
Is there a way to get the trailing whitespace from prompt? E.g. if someone wants to run x = input("What is your favourite colour?\n"), prompt would have the "\n" or any other whitespace/newline characters as well?
Thank you!