Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ AddressValidator.py
File
AddressValidator.py
Address Validator/AddressValidator.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
addressVal(address):
2
dot = address.find(
"."
)
3
at = address.find(
"@"
)
4
if
(dot == -1):
Callers
nothing calls this directly
Calls
1
addressVal
Function · 0.85
Tested by
no test coverage detected