Skip to content

Haroon669/Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Assignment

12- Contents

1- Headings
2- Block of Words
3- Line Breaks
4- Combine Two Things
5- Text Face
6- Bullet points
7- Line Breaks or Page
8- Links & Hyperlinks
9- Images & Figures
10- Adding Code & Blocks
11- Adding Tables
12- Contents

1- Headings

How to do headings

Headings 2

Headings 3

Headings 4

2- Block of Words

This is a normal text in Markdown

This is a block of special text

3- Line Breaks

This is a 40 days long course of DATA SCIENCE with Python AKA Python ka chilla with baba Aammar.
This is a second line.

4- Combine two things

Block of words and headings

Headings 2

5- Face of Text

Bold & Italics

Bold Italic Bold and italic

Underscore

Underscore

Underscore bold and italic

6- Bullet points/Lists

  • Day-1
  • Day-2
  • Day-3
    • Day-4
  • Day-5
    • Day-5a
    • Day-5b
      • Day-5b-1
      • Day-5b-2
        • Day-5b-2a
  1. Number List1
  2. Number List2
  3. Number List3
    1. number list1a
    2. number list2a
  • One
  • Two
  • Three
  • One
  • Two
  • Three

7- Line breaks or page breaks




8- Links & Hyperlinks

https://codanics.com/courses/python-ka-chilla-for-data-science-40-days-of-python-for-data-science/lesson/markdown-language-crash-course/

Visit the codanics youtube channel

this whole course is here

9- Images and figures with link

Here we are putting the picture from the local directory and from online resources.

GitHub Logo

Online Picture

Eid

10- Adding code or code blocks

This is the function of python print("Hello World")

for block of codes

this code show color according to the python lang sytanx

x = 4 + 5
y = 3 + 7
z = x * y
print(z)

11- Adding Tables

species petal_length sepal_length
Virginica 3.2 4.0
Virginica 6.2 5.0
Setosa 5.0 3.4
Versicolor 5.9 2.8

13- Install Extensions

MarkDown
MarkDown
MarkDown
MarkDown
MarkDown\

MarkDown
MarkDown\

MarkDown

Column A Column B Column C
A1 B1 C1
A2 B2 C2
A3 B3 C3
Column A Column B Column C
A1 B1 C1
A2 B2 C2
A3 B3 C3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors