I have just recently been getting into programming and I am in the middle of a real basic python project. I'm using Processing 3 and for the life of me I can't figure out how to type to the console.
My input code is this:
encode("%s"%(raw_input("Type Message:")), 2)
The "type message here:" prompt appears but I can't seem to click on it or be able to "use" it for input.