Skip to content

Commit beb4e8c

Browse files
authored
Update test.py
1 parent 602473e commit beb4e8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Day-02/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
print('%s %d' % (name,age))
1111
txt1 = "My name is {fname}, I'm {old}".format(fname = name, old = age)
1212
print(txt1)
13+
##reference for Reg expression : https://www.w3schools.com/python/python_regex.asp
14+
##pattern r("") ---> r stands for regular expression

0 commit comments

Comments
 (0)