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
> sequence out of an entire sequence.

Huh? Does your question have anything to do with Python? What do you 
mean, "do blank in blank things"?

Sounds like the old "Blankety-Blanks" game show...

https://en.wikipedia.org/wiki/Blankety_Blanks_%28Australian_game_show%29#Gameplay



-- 
Steve
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


[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
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor