Commit 6529ce23 by BellCodeEditor

save project

parent 8de8fa43
Pipeline #7400 failed in 0 seconds
Showing with 2 additions and 0 deletions
...@@ -10,5 +10,6 @@ for i in range(len(str2)): ...@@ -10,5 +10,6 @@ for i in range(len(str2)):
c=random.choice(str2) c=random.choice(str2)
str3=str3+a+b+c str3=str3+a+b+c
list_str3=list(str3) list_str3=list(str3)
list_str3.insert(random.randint(0,len(str3)),str0)
message=''.join(list_str3) message=''.join(list_str3)
print(message) print(message)
\ 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