Headings:
####### This is heading-2
this is the bold text
this ia a italic text
this a bold and italic text
bold text
italic text
bold and italic text
unordered
- apple
- pineapple
- grapes
- mango
- mango
- watermelon
ordered list
- brinjal
- tomoto
- chilli
s.no | name | rollno |
---|---|---|
1 | lavanya | 503 |
2 | chinni | 03 |
which command is used to initialize the repository with git?
- git clone
- git remote
- git init
- git branch
#include<stdio.h>
int main()
{
print("hello world");
return 0;
}
def sum(a,b)
print(a+b)
sum(3,4)
this is a note text
😄 😆