Problem with learning Python in Xcode

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?

WHY ARE U LEARNING PYTHON USING XCODE???? download official IDLE at https://www.python.org/downloads/ devforums won't let me type a link :(

Problem with learning Python in Xcode
 
 
Q