Commit 1099feab by BellCodeEditor

save project

parent 6f42bdaf
Pipeline #5915 failed in 0 seconds
Showing with 9 additions and 2 deletions
import random
a="诺伊,周末一起去看漫展吧"
b="mdsgaliwuhgbjzlsiegoqwign"
for i in a:
print(i,end="\n")
\ No newline at end of file
c=i
d=random.choice(b)
e=random.choice(b)
f=c+d+e
m=f
print(m)
\ 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