Skip to content

Commit 99f3fce

Browse files
authored
Create NP101.py
1 parent e394e8c commit 99f3fce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NP101.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import re
2+
3+
str = input()
4+
result = re.match("https://www", str, re.I)
5+
print(result.span())

0 commit comments

Comments
 (0)