Commit 8ad5a9a0 by BellCodeEditor

save project

parent 46d9166b
Showing with 14 additions and 1 deletions
......@@ -2,6 +2,19 @@
import random
U="STTXTSTTXYSUTXUSTYT73773737273737E3764768468634658467397"
MESSAGE="DSHIFSIDIHSDUHISUWUDIU"
MESSAG="FJDJHNFVD"
U_MESSAG=" "
for i in MESSAG:
str1 = i
str2 = random.choice(U)
str3 = random.choice(U)
test = str1+str2+str3
U_MESSAG = U_MESSAG + test
list_MESSAG = list(U_MESSAG)
index = random.randint(0,len(U_MESSAG))
list_MESSAG.insert(6,"fgcvg")
result_MESSAG = "".join(list_MESSAG)
print(result_MESSAG)
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