Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)
Paste
Pasted as Ruby by HanaaAl ( 8 years ago )
def foo()
# stuff
valid_emails = ["foo@bar.com", "a@example.com"]
invalid_emails = ["abz", "a#moo.net"]
return valid_emails, invalid_emails
end
v, inv = foo()
print "valid: ", v, "n"
print "invalid: ", inv, "n"
Revise this Paste
Parent: 26304