Skip to content

mano18/Markdowndemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Markdowndemo

This is a Heading with 1

This is a Heading with 2

This is a Heading with 3

This is a Heading with 4

This is a Heading with 5
This is a Heading with 6

Types of Text Styles

This is Bold Text
This is Italic Text
Bold and Italic

Unorded list

  • python1
    • python
      • python3
  • django

Ordered list

  1. CSE
    a. C
    b. C++
    c. Java
  2. IT
    3.ECE

Image:

python

Links:

Gmail Link:

gmail

Instagram Link:

Instagram

Twitter Link:

Table

Name RollNo College
Mano 1228 VRSEC

Code

def even(x):
  if(x%2==0):
    print("Even Number")
  else:
    print("Odd Number")
even(10)

Emoji

🤙

Github Emoji

✌️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published