Bold text
Italic text
Bold and italic
Unordered data
- intro
- Installations
- basics
- Git
- Github
Ordered data
- Intro
a. installation - basics
- Git
- Github
- cloning
- contribute
a. fork
b. clone
c. Create new branch
d. push with new branch e. push and pull
Table
| Name | Branch | College |
|---|---|---|
| abc | cse | vrsec |
| xyz | it | vrsec |
Code
def is odd(n):
if(n%2!=0):
return True
else:
return False
The world is flat.
Strikethrough.
emojis😃
