Commit 7b550067 by BellCodeEditor

auto save

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