Re: [Tutor] textbook question

2011-02-27 Thread delegbede
Re: [Tutor] textbook question ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor ___ Tutor maillist - Tutor@python.org To unsu

Re: [Tutor] textbook question

2011-02-27 Thread michael scott
tion to augment strings to produce the effect that you desire? Give it a shot and if you get stuck post here again. What is it about you... that intrigues me so? From: Justin Bonnell To: tutor@python.org Sent: Mon, February 28, 2011 12:36:43 AM Subject: [T

[Tutor] textbook question

2011-02-27 Thread Justin Bonnell
In trying to learn Python, I'm reading through How to Think Like a Computer Scientist. I'm just on the third chapter but I'm getting stuck on this question: Fill in the body of the function definition for cat_n_times so that it will print the string, s, n times: def cat_n_times(s, n): Save