Commit 0bf6b975 by BellCodeEditor

save project

parent b401395f
Showing with 6 additions and 2 deletions
import random
sb=input("你要出啥:") sb=input("你要出啥:")
print("van家出了"+sb)c print("van家出了"+sb)
\ No newline at end of file list=["石头", "剪刀", "布"]
xb = list[random(0,2)]
print("人工智障的电脑出" + xb)
\ 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