weird string behavior - python

8 views
Skip to first unread message

John Hanna

unread,
Apr 9, 2021, 7:47:19 AM4/9/21
to tins...@googlegroups.com

FYI…

    Note: python treats the strings below such as “00000:”, written on separate lines, as a single, concatenated string.

one=Image(

"00000:"

"00000:"

"00900:"

"00000:"

"00000")

     is the same as

             one=Image("00000:00000:00900:00000:00000")

    but the first row-by-row layout is easier to design with.

 

Also, ‘weird’ is weird.

Be Excellent,

     John Hanna

 

Reply all
Reply to author
Forward
0 new messages