Is this a bug of str.join?
Hi, all I'm just working around to generate some fake file for parsing. and I notice some weired thing happen. time = str(random.randint(1000, )) s_id = str(random.randint(1000, )) p_id = str(random.randint(1000, 99
Re: Is this a bug of str.join?
On Feb 16, 1:24 am, fireinice wrote: > Hi, all > I'm just working around to generate some fake file for parsing. and I > notice some weired thing happen. > time = str(random.randint(1000, )) > s_id = str(random.randint(10