⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
document
All Projects
document
Overview
Activity
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Download (320 Bytes)
Files
» suijiyanzhengma.py
UserName LastName
, 02/14/2025 10:22 AM
import
random
b
=
"想"
c
=
"不想"
d
=
input
(
"请输入想不想指定长度:"
)
if
d
==
b
:
a
=
int
(
input
(
"请输入指定的验证码长度:"
))
elif
d
==
c
:
a
=
4
else
:
print
(
"无效输入"
)
def
yanzhengma
(
a
):
for
i
in
range
(
1
,
a
+
1
):
i
=
random
.
randint
(
1
,
9
)
print
(
i
,
end
=
""
)
yanzhengma
(
a
)
« Previous
1
…
162
163
164
165
166
…
437
Next »
(164-164/437)
Loading...