摘要: #coding=utf8import random,sys,time# def randDZ():# DZ=random.randint(1,3)# if DZ==1:# print "玩家1是地主"# player1=player1+sancards# for i in range(0, 20): 阅读全文
posted @ 2017-09-08 20:31 AlvisBlog 阅读(219) 评论(0) 推荐(0)
摘要: #coding=utf8import random,timeendcards=[]cardlist1=[ "spade1", "club1", "heart1", "diamond1", "spade2","club2","heart2","diamond2","spade3","club3","h 阅读全文
posted @ 2017-09-08 20:30 AlvisBlog 阅读(325) 评论(0) 推荐(0)
摘要: #coding=utf8import string,pickle,exceptionsinformation={}print " welcome to My system! "def pwdlen(pwd): while (len(pwd)<6 or len(pwd)>10): print "你的密 阅读全文
posted @ 2017-09-08 20:28 AlvisBlog 阅读(331) 评论(0) 推荐(0)