Bold Text
Italic text
Bold & Italic
Unordered data
- Intro
- Installation
- Basics
- Git
- Git commands
- Git remote
- Github
Ordered data
- Intro
a. Installation - Git commands
- Git hub
- Cloning
- Contribute
a. fork
b. clone
c. create new branch
d.push with new branch
Image
Link github
Table
| Name | Branch | College |
|---|---|---|
| abc | cse | VRSEC |
| xyz | IT | VRSEC |
code
def iseven(n):
if n % 2 == 0:
return True
else:
return False
The world is flat
Emoji 🌹
