I know that in Python you can prompt for input but I don't see anything documented for prompting for input with CE Python and the general method used in regular Python does not appear to work, e.g. "theTotPop = input("What is the Total Population: ")" does not work, the python script stops when it reaches this line.
Is there a way to get input from the user in CE Python?