Commit 86cee1d6 by BellCodeEditor

save project

parent 02ce31b8
Showing with 10 additions and 3 deletions
import random
num = random.randint(-1,-2)
print(num)
\ No newline at end of file
...@@ -2,10 +2,10 @@ import random ...@@ -2,10 +2,10 @@ import random
key = "你们班很艰苦液体u" key = "你们班很艰苦液体u"
message = "的法国海军的突然翻滚户籍" message = "的法国海军的突然翻滚户籍"
text=''
for i in message: for i in message:
str1 = i str1 = i
str2 = random.choice(key) str2 = random.choice(key)
str3 = random.choice(key) str3 = random.choice(key)
text = text+str1+str2+str3 text = text+str1+str2+str3
print(text) print(text)
\ No newline at end of file \ 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