I have a simple code that says I have a syntax error (pyflakes E). The same 
code does not produce an error in :VScode:

name = input('whose borthday?')
if name not IN myList:
    print(name +' does not exist')

changing the IN from capitals to lowercase gives no error.  Is there 
anything I can do to ensure this is not treated as syntax error in Spyder?

Arun
    

-- 
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 spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/87116757-2c61-4d14-a324-0a87fde5070an%40googlegroups.com.

Reply via email to