Commit a0b6f957 by BellCodeEditor

save project

parent d4647611
Showing with 9 additions and 3 deletions
neme=input("输入名字")
print(neme+"你好啊")
\ No newline at end of file
import random
asb=["A","S","B"]
SBA1=random.choice(asb)
SBA2=random.choice(asb)
print(SBA1+SBA2)
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