0
invalid syntax
while path |= "1" and path |= "2": I have a quastion Why do i get a invalid syntax at the = sign Please help. Thanks!
3 Answers
+ 5
what language?
maybe you can replace | sign with the ! sign
+ 2
I changed the | with ! and it works.
Thanks o lot!
+ 1
In Python.