Commit ef9c0464 by BellCodeEditor

save project

parent 502609b5
Showing with 16 additions and 0 deletions
import random
a="abcdefg"
b="👃🧦🤮"
g=""
for i in b:
c=i
d=random.choice(a)
e=random.choice(a)
f=c+d+e
g=g+f
h=list(g)
h.insert(5,"abcduuu")
i="".join(h)
print(i)
\ 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