Welcome to Jekyll!
[Notice] New update in jekyll blog
Notice
- Notice seq 1
- Notice seq 2
- Notice seq 3
Welcome
Hello world, this is my first Jekyll blog post.
I hope you like it!
version 2.0 testing
# _importing module
import re
def check(str, pattern):
# _matching the strings
if re.search(pattern, str):
print("Valid String")
else:
print("Invalid String")
# _driver code
pattern = re.compile('^[1234]+$')
check('2134', pattern)
check('349', pattern)
Can you see the reflection in real time?
Image Contents
Image Detail Content 1
This is image.
Image Detail Content 2
This is image.
Image Detail Content 3
This is image.
Welcome 2
Hello?
댓글남기기