Commit 22af1e4e by BellCodeEditor

auto save

parent adb564ee
Showing with 30 additions and 1 deletions
...@@ -10,7 +10,7 @@ if player in list: ...@@ -10,7 +10,7 @@ if player in list:
print("平局") print("平局")
elif (player=="石头"and lambd=="剪刀")or(player=="剪刀" and lambd=="布")or(player=="布" and lambd=="石头"): elif (player=="石头"and lambd=="剪刀")or(player=="剪刀" and lambd=="布")or(player=="布" and lambd=="石头"):
print("恭喜,你胜了") print("恭喜,你胜了")
elif : else:
print("很遗憾,你输了") print("很遗憾,你输了")
else: else:
print("输入错误") print("输入错误")
a1=input("指挥你认罪吗? ")
a2=input("错开你认罪吗?")
if a1=="认罪" and a2=="认罪":
print("10年")
if a1=="不认" and a2=="不认":
print("3年")
if a1=="认罪" and a2=="不认":
print("10年" "3年")
if a1=="不认"and a2=="认罪" :
print("3年" "10年")
\ No newline at end of file
'''a=input("请输入了你的名字")
b=input("请输入了你的成绩")
print(a+"的语文成绩是"+b)'''
'''a=input("今天星期几呀?")
if a=="星期一":
print("今天学习钢琴")
if a=="星期三":
print("今天学习编程")
if a=="星期六":
print("今天学习英文")
else:
print("今天学习国学")'''
import random
a=input("请输入了你的名字")
list=["s","d","g","y","b","j","i"]
ani=random.choice(list)
print("获得"+ani)
\ 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