Commit d6db8683 by BellCodeEditor

save project

parent a88fda30
Showing with 12 additions and 7 deletions
a="小贝,我们出去玩吧!"
i=0
while i<len(a):
s=a[i]
print(s)
i+=1
\ No newline at end of file
import random
a=""
key="就看高不可及,那就买搞不好,尽快吧很可能,快来拿吧,慢病科"
d="小贝,我们出去玩吧!"
for i in d:
str1=i
str2=random.choice(key)
str3=random.choice(key)
m=str1+str2+str3
a=a+m
print(a)
\ 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