Commit 7b550067 by BellCodeEditor

auto save

parent f11fc63b
Showing with 5 additions and 11 deletions
import random for i in range(6):
key='dabfsjbsfbskfsb' for l in range(6):
message='hdsihsdhfsi' if i>=l:
s=' ' print("@",end=' ')
for i in message: print()
c1=i
c2=random.choice(key)
c3=random.choice(key)
dj=c1+c2+c3
s=s+dj
print(dj)
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