Commit 15e199d6 by BellCodeEditor

save project

parent a10b989e
Showing with 13 additions and 4 deletions
message="如果十点不来就不等你了"
import random
import random
message="如果十点不来就不等你了"
秘钥="唐三是史莱克七怪里最厉害的"
w=random.choice(秘钥)
for str1 in message:
str2=random.choice("秘钥")+random.choice("秘钥")
print(str1+str2,end="")
for i in message:
print(i)
for i in range(len(message)):
print(message)
\ No newline at end of file
c="奥斯卡"
w=list(c)
print=(w)
\ 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