Re: [Tutor] .strip question

2013-01-09 Thread Peter Otten
richard kappler wrote: > I have a sort of a dictionary resulting from psutil.disk_usage('/') that > tells me info about my hard drive, specifically: > > usage(total=147491323904, used=62555189248, free=77443956736, > percent=42.4) > > I'm having a bit of a brain fudge here and can't remember how

Re: [Tutor] .strip question

2013-01-09 Thread Mitya Sirenef
On Wed 09 Jan 2013 01:27:26 PM EST, richard kappler wrote: I have a sort of a dictionary resulting from psutil.disk_usage('/') that tells me info about my hard drive, specifically: usage(total=147491323904, used=62555189248, free=77443956736, percent=42.4) I'm having a bit of a brain fudge here

[Tutor] .strip question

2013-01-09 Thread richard kappler
I have a sort of a dictionary resulting from psutil.disk_usage('/') that tells me info about my hard drive, specifically: usage(total=147491323904, used=62555189248, free=77443956736, percent=42.4) I'm having a bit of a brain fudge here and can't remember how to strip out what I want. All I want