Re: [Tutor] Figuring out selective actions in Python

2018-05-06 Thread Steven D'Aprano
On Fri, May 04, 2018 at 03:53:41PM -0400, Daniel Bosah wrote: > Hello, > > I'm trying to figure out how to do blank in blank things. For example, if I > want to delete 5 MB ( or anything ) for every 20 MB, how would the could > look like? I'm essentially trying to do an action in one order of the

[Tutor] Figuring out selective actions in Python

2018-05-05 Thread Daniel Bosah
Hello, I'm trying to figure out how to do blank in blank things. For example, if I want to delete 5 MB ( or anything ) for every 20 MB, how would the could look like? I'm essentially trying to do an action in one order of the sequence out of an entire sequence. Thank you for your help __