Commit 417faf91 by BellCodeEditor

save project

parent 701f8aba
Showing with 17 additions and 0 deletions
import random
a=""
key = "hdsahdijsaydwajdya"
message="卢浩铭是个带sb"
for i in message:
b1=i
b2=random.choice(key)
b3=random.choice(key)
b=b1+b2+b3
a=a+b
print(a)
\ No newline at end of file
sum=0
for i in range(101):
sum=sum+i
print(sum)
\ 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