import re
res = re.findall(r'7\w+','7gh ghj 7ui')
print(res)