Hi, sorry for wasting your time on probably such easy question, but I encountered a problem while learning Python from solo learn.
I have a task:
name = input("Enter your name: ")
print("Hello, " + name)
When I run the code console doesn't let me input text anywhere. It only prints "Enter your name: " What's wrong with my settings?