Skip to content

Commit 020880b

Browse files
authored
Update watch.py
1 parent b8de4ac commit 020880b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

week-7/watch/watch.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
############################################
2+
# #
3+
# by : Ali Sharify #
4+
# Dont copy currently Code #
5+
# Github: alisharify7 #
6+
# #
7+
############################################
8+
9+
110
import re
211

312

@@ -24,4 +33,4 @@ def parse(s):
2433

2534

2635
if __name__ == "__main__":
27-
main()
36+
main()

0 commit comments

Comments
 (0)