Commit 95edfe47 by BellCodeEditor

auto save

parent b81d341e
Showing with 15 additions and 1 deletions
import random
text="诺制制依真f,机了周换f末密h一换编起,编去程加看c使动机位漫c程展g好吧密使!密d"
str1="port@#$%%^^&"
str2=list(text)
print(str2)
indext=random.randint(0,len(str2))
str2.insert(indext,str1)
print(str2)
str3="".join(str2)
print(str3)
\ No newline at end of file
text=str1=port:@#$%^&
text="诺制制依真f,机了周换f末密h一换编起,编去程加看c使动机位漫c程展g好吧密使!密d"
str1="port@#$%%^^&"
str2=list(text)
print(str2)
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