Commit 3fd752ba by BellCodeEditor

auto save

parent 4c6c97bf
Pipeline #13015 failed in 0 seconds
Showing with 17 additions and 2 deletions
t="周mo去"
l=list(t)
print(l)
\ No newline at end of file
import random
a="abca农奴官方报价!"
b="你好"
m=""
for i in b:
print(i)
\ No newline at end of file
str1=i
str2=random.choice(a)
str3=random.choice(a)
t=str1+str2+str3
m=m+t
n=list(m)
n.insert(1,"&+*^$%)@#!$%")
y="".join(n)
print(y)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment