This is a test blog and I will test every function of blog editor
Heading1
Heading2
Heading3
Bold
Italic
Block quote
Code snippet
C code
#include <stdio.h>
int main() {
// printf() displays the string inside quotation
printf("Hello, World!");
return 0;
}
Python code
# Take a list of numbers
my_list = [12, 65, 54, 39, 102, 339, 221,]
# use anonymous function to filter
result = list(filter(lambda x: (x % 13 == 0), my_list))
# display the result
print("Numbers divisible by 13 are",result)
Link : my blog
Embed Links %[bakyazi.hashnode.dev/]
Bullet list
- one
- two
- three
Numbered List
- one
- two
- three
Image