Re: [Tutor] How to generate a pure tones and random noise using Python?

2015-07-26 Thread Pablo Lucena
an issue with the data you are trying to split, not necessarily a Py2 vs Py3 thing. What string is assigned `remainder`? -- *Pablo Lucena* ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] best way to dynamically set class variables?

2018-11-14 Thread Pablo Lucena
d = eval(input("please enter malicious code: ")) > > ... and other uses range from 'code smell' to 'elegant' (where namedtuple > is an example of the latter) > > > ___ > Tutor maillist