From c2b79fe523dd49e3e968eb75efe921aeeaa18a34 Mon Sep 17 00:00:00 2001 From: ranchuan Date: Tue, 27 Jun 2023 18:06:17 +0800 Subject: [PATCH] =?UTF-8?q?checker=5Fsave.py=20=E4=BD=BF=E7=94=A8=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/checker_save.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/python/checker_save.py b/python/checker_save.py index d2bd656..a3f85a0 100644 --- a/python/checker_save.py +++ b/python/checker_save.py @@ -33,3 +33,12 @@ class save: s+='_' return s + + + + +if __name__ == "__main__": + sa=save() + print(sa.hex2bit(bytes([0xab,0xcd]))) + +