diff --git a/diy1.py b/diy1.py index 8c23118..b2265e8 100644 --- a/diy1.py +++ b/diy1.py @@ -11,5 +11,5 @@ if player in list: elif (player=="石头" and computer=="剪刀") or (player=="剪刀" and computer=="布") or (player=="布" and computer=="石头"): print ("你赢了") else: - print ("你输了") + print ("输入错误") \ No newline at end of file