摘要: #!/usr/bin/python# -*- coding: UTF-8 -*-import operatorcards_color = {u'黑桃': 4, u'红桃': 3, u'梅花': 2, u'方块': 1}cards_value = { 'A': 14, '2': 2, '3': 3, 阅读全文
posted @ 2020-08-04 02:00 summer_che 阅读(169) 评论(0) 推荐(0)
摘要: # coding=utf-8from strongpasswordcheck import StrongPasswordCheckimport unittest class PasswordCheckTest(unittest.TestCase): def test_null(self): chec 阅读全文
posted @ 2020-05-13 07:24 summer_che 阅读(134) 评论(0) 推荐(0)