Skip to content

Another solution for Q18 #66

@Jiashuhuang100

Description

@Jiashuhuang100

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions