So in Python, the user places input on a line in the console and it stays there. I want the code to basically print over the previous input line, covering the user input on the last line with a printed string. Is there any way to do that?
How many planets are in the solar system?
#user inputs answer on this line
--->
How many planets are in the solar system?
correct