'''
中國電信號段:133,153, 180,181,189,173, 177,149
中國聯通號段:130,131,132,155,156,185,186,145,176,185
中國移動號段:134,135,136,137,138,139,150,151,152,158,159,182,183,184,147,178
11位第一位 :1
第二位:3,4,5,7,8
第三位:根據第二位來確定
3 + 【0-9】
4 + 【5,7,9】
5 + 【0-9】 !4
7 + 【0-9】! 4and9
8 + 【0-9】
後8位: 隨機生成8個數字
'''import random
# creat_phone()
# 生成**號
defcreat_phone()
:# 第二位
second =[3
,4,5
,7,8
][random.randint(0,
4)]# 第三位的值根據第二位來確定
third =
[second]
# 後8位隨機抽取
suffix =
''for x in
range(8
):suffix = suffix +
str(random.randint(0,
9))# 拼接
return
"1{}{}{}"
.format
(second,third,suffix)
# 呼叫
# print(creat_phone())
num =
input
('請輸入生成的數量'
)for index in
range(0
,int
(num)):
print
(creat_phone(
))
PHP 隨機生成電話號碼 使用者名字
封裝函式 隨機生成 號碼 function generate name count,type array white space false if type string if white space true return tmp g generate name 10,white space tr...
電話號碼問題
問題描述 商業單位需要容易記憶的 號碼,有一些方法可以讓 號碼變得更容易記憶。譬如,可以把 號碼寫成單詞或短語,如 mon glop 可以代表滑鐵盧大學的 有時僅僅是把號碼的一部分寫成單詞,如打 310 gino 便可向 gino 比薩餅店定購比薩。另一種讓 號碼容易記憶的方法是將數字用一種容易記的...
遮蔽電話號碼
private static final string regex fixedphone 010 02 d 0 3 9 d d private static final pattern pattern zipcode pattern.compile regex fixedphone 遮蔽 號碼,固定...