1. Add the building util of Python

for the markdown docs.
2. Update the deploy.sh
This commit is contained in:
krahets
2023-02-06 23:23:21 +08:00
parent 64f251f933
commit ea901af217
28 changed files with 292 additions and 933 deletions

View File

@ -6,7 +6,7 @@ Author: msk397 (machangxinq@gmail.com)
""" 键值对 int->String """
class Entry:
def __init__(self, key: int, val: str):
def __init__(self, key, val):
self.key = key
self.val = val