Markdown Cheat-sheet
Headers
h1, h2, h3, h4, h5, h6
# h1
## h2
### h3
#### h4
##### h5
###### h6
code and syntax highlighting
Printing hello world => `print("hello world");`
we can use single ```` single back ticks to write inline code.
```
for i in range(1,10):
p...
blog.adityakadali.com1 min read
Ashutosh Tiwari
Software Engineer
Informative.... ๐