Commit 678d3439 by BellCodeEditor

save project

parent f29e71a9
Showing with 6 additions and 1 deletions
import random
num=random.randint(1,100)
print(num)
\ No newline at end of file
......@@ -14,7 +14,8 @@ for i in message:
text=str1+str2+str3
key_message=key_message+text
li_1=list(key_message)
li_1.insert(4,port)
num=random.randint(0,len(message))
li_1.insert(num,port)
jhs="".join(li_1)
print(jhs)
......
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