python - whitespace is not allowed between stringprefix and bytesprefix? -


i not able understand statement in python documentation.

"whitespace not allowed between stringprefix or bytesprefix , rest of literal."

documentation link

a string or bytes prefix u or b precedes literal specify 1 want. sentence saying cannot have whitespace in between prefix , literal itself. in other words:

u "not allowed" b   'still not allowed' 

and

u'good' b"also good" 

Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -