Commit 92993bd3 by BellCodeEditor

save project

parent e3160ea5
Showing with 16 additions and 0 deletions
import random
a="zhe cat in cap"
b="1fiito5hy64638jhg5j45"
s=random.choice(a)
for i in a:
s1=random.choice(b)
s2=random.choice(b)
s=s+i+s1+s2
print(s)
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