notebookVB

This commit is contained in:
2025-09-28 14:25:20 +02:00
parent ca18fd8a5c
commit 7eec4caf82
4 changed files with 97 additions and 1 deletions

7
04 testik.py Normal file
View File

@@ -0,0 +1,7 @@
from functions import check_insurance
if __name__ == "__main__":
rc = "7309208104"
res = check_insurance(rc)
print("=== RESULT ===")
print(res)