Re: string.replace doesn't removes ":"

2013-02-12 Thread vduncan80
On Sunday, February 10, 2013 4:36:53 AM UTC-6, Johannes Bauer wrote: > On 09.02.2013 12:04, Joshua Robinson wrote: > > > Hi *Monte-Pythons*, > > > > > > x = "this is a simple : text: that has colon" > > > s = x.replace(string.punctuation, ""); OR > > > s = x.replace(string.punctuation, "");

Re: How would you do this?

2013-02-15 Thread vduncan80
On Thursday, February 14, 2013 5:19:51 PM UTC-7, eli m wrote: > On Thursday, February 14, 2013 4:09:37 PM UTC-8, Oscar Benjamin wrote: > > > On 14 February 2013 23:34, eli m wrote: > > > > > > > I want to make a guess the number game (Which i have), but i want to make > > > the computer play