Commit e2447465 by BellCodeEditor

save project

parent 12672619
Showing with 3 additions and 3 deletions
......@@ -12,7 +12,7 @@ for i in message:
c=random.choice(key)
z=a+b+c
sum=sum+z
list(sum)
insert(sum[5,gan])
join(sum)
sum=list(sum)
sum.insert(random.randint(1,12),gan)
sum="".join(sum)
print(sum,end="")
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