Commit 020a6693 by BellCodeEditor

auto save

parent 802d6de9
Showing with 10 additions and 16 deletions
import random
p=input("请出拳:石头/剪刀/布)
print("玩家出拳:"+p)
a=["石头,剪刀,"]
c=random.choice(a)
print("坤坤出拳:"+c)
for i in range(1,100,1):
if i%2==1:
print(i)
print(i)
\ No newline at end of file
import random
p=input("请出拳:石头/剪刀/布)
a=["石头,剪刀,"]
while True:
p=random.choice(a)
elif player=="石头"or "剪刀"or"" computer=="剪刀"or""or"石头"
else:
def time(a):
jntm=a*60*60
print(jntm)
time(234784454787846500000000000000000000000000000000000000000000000797)
\ 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