文件名称:postcodeLibrary:用于验证和格式化英国邮政编码的Python库
文件大小:2KB
文件格式:ZIP
更新时间:2024-04-27 16:45:17
Python
英国邮政编码库 该库包含: 验证给定字符串是否为英国邮政编码的函数。 将给定字符串格式化为有效的英国邮政编码的功能。 如果无法格式化的字符串无法格式化为英国邮政编码,则发生错误。 测验 运行以下命令: python -m unittest test_postcode.py
【文件预览】:
postcodeLibrary-master
----.gitignore(30B)
----test_postcode.py(1KB)
----readme.md(337B)
----postcode.py(788B)