Commit bd70f5af by BellCodeEditor

save project

parent e1039318
Pipeline #2294 failed in 0 seconds
Showing with 9 additions and 3 deletions
import random
key="you die"
tnt="大神带我大神带我打算尺寸v请按市场大势"
str=random.choice(key)
print(str)
\ No newline at end of file
key_message=" "
for i in tnt:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
key_message=key_message+text
print(key_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