Commit 7368915b by BellCodeEditor

auto save

parent c7eb5cf3
Showing with 13 additions and 3 deletions
# 我们都爱夸夸夸 # 我们都爱夸夸夸
name=input("亲爱的创造师你叫什么名字呀") # name=input("亲爱的创造师你叫什么名字呀")
print(name+",你是最棒的创造师耶!") # print(name+",你是最棒的创造师耶!")
\ No newline at end of file
import random
# a=random.randrange(11,38,3)
# print(a)
a=random.randint(0,9)
b=random.randint(0,9)
c=random.randint(0,9)
if a==b or a==c or b==c:
print("恭喜你中奖了")
else:
print("很抱歉,你未中奖")
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