I encounter with cases like doing a function 6 time with no argument, or same arguments over and over or doing some structral thing N times and I dont know how elegant I can express that to the code. I dont know why but I dont like this for _ in range(n): do() thing. Any suggestions? -- https://mail.python.org/mailman/listinfo/python-list
- Most elegant way to do something N times Batuhan Taskaya
- Re: Most elegant way to do something N ti... Richard Damon
- Re: Most elegant way to do something N ti... Mirko via Python-list
- Re: Most elegant way to do something N ti... Tim Chase
- Re: Most elegant way to do something N ti... Marco Sulla
- Re: Most elegant way to do something ... Chris Angelico
- Re: Most elegant way to do someth... DL Neil via Python-list
- Re: Most elegant way to do so... Chris Angelico
- RE: Most elegant way to do so... Avi Gross via Python-list
- Re: Most elegant way to do someth... Marco Sulla via Python-list
- Re: Most elegant way to do so... Marco Sulla via Python-list