Commit 4514e66d by BellCodeEditor

save project

parent d6301626
Showing with 15 additions and 19 deletions
import random bro1="刘备"
key = "我觉,得jw.,ns.d" bro1="关羽"
jiamiyuju = "周末一起去看动漫展吧!" bro1="张飞"
keyjeguo = "" bros["刘备","关羽","张飞"]
ganrao = "port:@#$%^&" bro1=["刘备",161,9.1]
for i in jiamiyuju: bro1=["关羽",160,8.5]
a = i bro1=["张飞",166,8.3]
a1 = random.choice(key) bro[1]="刘备"
a2 = random.choice(key) bro[0]="关羽"
b = a+a1+a2 print(bors)
keyjeguo = keyjeguo+b \ No newline at end of file
c = list(keyjeguo)
c.insert(random.randint(0,len(ganrao)),ganrao)
d = "".join(c)
print(d)
\ No newline at end of file
for i in range(1,10,2): for i in range(1,10):
for j in range(1,i+1): for j in range(1,i+1,1):
print(j,"*",i,"=",(i*j),end=" ") print(j,"/",i,"=",(i/j),end=" ")
print() print()
\ 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