Hi All,
I am trying to convert some of my COFFEE xpresso nodes into PYTHON expresso nodes.
How would i go about rewriting following coffee script into Python script. sorry for this NOOB question!!
//
if (Input1 ==0)
Output1=TRUE, Output2=FALSE, Output3=FALSE, Output4=FALSE, Output5=FALSE, Output6=FALSE, Output7=FALSE ;
//
any help would be greatly apreciated