- #Cheat Sheet
Contents
1-Heading
2- Block of Codes
3- Line Break
4- Combine two things
5- Face of text
6- Bullet points or lists
7- Links or Hyperlinks
8- Images and figures with links
9- Comment a line
10- Adding code or code block
11-Adding Tbales
13- Install extensions
1
2
This is a google colab ipynb file.
This is very important.
Block of words and headings
Bold
Italic
Bold and Italic
Bold( 8)
Italic (8)
Bold and italic(8)
Or i can use other symbols
Bold
italic
bold and italic
- Day 1
- Day 2
- Day 3
https://docs.python.org/3/tutorial/interpreter.html
You can read all documents of python click here
This file is here
scan this QR code to join class:
<-- # This is a commented-out heading -->
To print a string use print("Mohsin")
this is simple code
a= 10
b= 5
c = a+b
print(c)
this code with show color with python
a= 10
b= 5
c = a+b
print(c)
species | petal | sepal |
---|---|---|
ok | 2 | 3 |
yes | 5 | 7 |
sample test