Commit 93ab09d0 by BellCodeEditor

save project

parent 21b5527c
Showing with 8 additions and 3 deletions
......@@ -11,8 +11,14 @@ for i in message:
random.choice(key)
str1=i
str2=random.choice(key)
str3=ra213ndom.choice(key)
str3=random.choice(key)
text=str1+str2+str3
a=text
d=a+d
print(d)
\ No newline at end of file
print(d)
a=""
list1=list(a)
list1.insert(4,"ghgjufuitf")
a="".join(list1)
print(a)
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