added new file

This commit is contained in:
Yasen 2024-10-08 12:03:21 +03:00
parent 9b2974ed09
commit 9096dd737a

View File

@ -39,3 +39,6 @@ print(match)
print(re.findall(r'(\w+)=(\d+)', 'set width=20 and height=10')) print(re.findall(r'(\w+)=(\d+)', 'set width=20 and height=10'))
# [('width', '20'), ('height', '10')] # [('width', '20'), ('height', '10')]
``` ```
![alt text](image.png)
![alt text](image-1.png)