notebookVB
This commit is contained in:
7
04 testik.py
Normal file
7
04 testik.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from functions import check_insurance
|
||||
|
||||
if __name__ == "__main__":
|
||||
rc = "7309208104"
|
||||
res = check_insurance(rc)
|
||||
print("=== RESULT ===")
|
||||
print(res)
|
||||
Reference in New Issue
Block a user