python随机生成手机号码

random.choice(['139','188','185','136','158','151'])+"".join(random.choice("0123456789") for i in range(8))

编程技巧