Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another solution for Q18 #66

Open
Jiashuhuang100 opened this issue Dec 5, 2020 · 0 comments
Open

Another solution for Q18 #66

Jiashuhuang100 opened this issue Dec 5, 2020 · 0 comments

Comments

@Jiashuhuang100
Copy link

import re
lst = input().split(',')
for thing in lst:
if re.search('[a-zA-Z0-9][/#/&/@]', thing) and len(thing) >= 6 and len(thing) <= 12 :
print(thing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant