calling subprocess

Chris Angelico rosuav at gmail.com
Sun Feb 22 20:31:05 EST 2015


On Mon, Feb 23, 2015 at 12:13 PM,  <jkuplinsky at gmail.com> wrote:
> (2) print() sounds nice, but fact is , no matter what I try, i always get C:\\apps instead of c:\apps. So in this sense print() doesn't help much. Obviously i'm doing something wrong -- which is what you perhaps call shotgun debugging; but that's why i'm asking.
>

Actually, that means it's helping a lot: it's showing you that, no
matter what you fiddle with in terms of string literals, the resulting
string is exactly the same. That's the point of printing stuff out :)

ChrisA



More information about the Python-list mailing list