I am taking a course online and it runs just fine if I pull up a command 
prompt however it's not working within the spyder consoles 

import sys
val = sys.stdin.read()
split_val = val.split()
print(split_val[0])

If I use Ipython console it just skips and says no split_val

If I use Python Console it gets locked up,

and it won't take ctrl+z
ctrl+d, or ctrl+j or quit()

I have checked source > convert EOF characters and selected windows and it 
didn't help?

Whenever I do ctrl+z, etc it just ignores it and doesn't do anything, if I 
do ctrl+z I see a black diamond and then i hit enter and still nothing

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to