Commit d26b134b by BellCodeEditor

auto save

parent 1d5af79a
Showing with 2 additions and 2 deletions
......@@ -13,4 +13,4 @@ while i < 10:
else:
print("你输了")
i = 1
i += 1
......@@ -8,7 +8,7 @@ def myGame():
if myQuan=='exit':
print('下次再来玩!')
print('胜:%s 负:%s 平:%s 次数:%s'%(tj['胜'],tj['负'],tj['平'],tj['次数']))
tj['胜']=0
tj['胜']=0
tj['负'] = 0
tj['平'] = 0
tj['次数'] = 0
......
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