Commit fff5fd09 by BellCodeEditor

save project

parent f1af358c
Showing with 7 additions and 2 deletions
...@@ -11,4 +11,9 @@ for i in qwertyuiop: ...@@ -11,4 +11,9 @@ for i in qwertyuiop:
jiami3=random.choice(zxcvbnm) jiami3=random.choice(zxcvbnm)
jiami4=jiami1+jiami2+jiami3 jiami4=jiami1+jiami2+jiami3
asdfghjkl+=jiami4 asdfghjkl+=jiami4
print(asdfghjkl) qaz=list(asdfghjkl)
\ No newline at end of file qaz.insert(10,"asdfghgtfhz")
qaz.insert(15,"阿斯蒂芬阿斯顿发过火客户")
qaz.insert(20,"123457856144864")
wsx="".join(qaz)
print(wsx)
\ 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