add comments
This commit is contained in:
@@ -11,7 +11,7 @@ def get_random_id_number() -> str:
|
||||
id_number = str(ran)
|
||||
return id_number
|
||||
|
||||
|
||||
# 产生中国护照号
|
||||
def get_random_passport_id_number() -> str:
|
||||
S = 7 # number of characters in the string.
|
||||
ran = ''.join(random.choices(string.digits, k=S))
|
||||
|
||||
Reference in New Issue
Block a user