Gazala
Results
2
comments of
Gazala
If anyone can test the latest code, please let me know if the issue has re-opened. Or give me a simple use case I can test myself. Single letters like...
This should work for your use case: ``` vin = 'SomeVIN' try: Vin(vin) except Exception: return False else: return True ```