pythonizer
pythonizer copied to clipboard
Multi-line strings don't work
Multi-line strings don't work. Regular ones give "The value of cut (N1) exceeded the length (N2) of the string" error. Here strings will read the input all the way to the end and never find the delimiter (since it's looking for "<<").
Fixed in https://github.com/snoopyjc/pythonizer