Create an ordered list as shown in the example below
1. First item
2. Second item
3. Third item
1. Indented item
2. Indented item
4. Fourth item
<br>
The list should consist of two main items fruits and vegetables, with sub-items of fruits being bananas and apples and sub-items of vegetables being carrots and potatoes
%% Cell type:markdown id:5795b9c2 tags:
%% Cell type:markdown id:68f111de tags:
##### 1.6.1 Bulletpoint lists
Create an unordered list with bullet points with Point 1 Point 2
- Point 1
- Point 2
%% Cell type:markdown id:91106711 tags:
%% Cell type:markdown id:81e4c706 tags:
1.7 Quotes
Write a quote using the formulation method you see below<br>
Make the sentence below a quotation<br>
Programming is the art of telling another human being what one wants the computer to do.
%% Cell type:markdown id:177f1a55 tags:
%% Cell type:markdown id:97ae5c25 tags:
#### 2: Code Cells
%% Cell type:markdown id:432de469 tags:
#### 2.1 Hello world!
Next insert a code cell which displays hello world!
%% Cell type:code id:138598dc tags:
``` python
```
%%Output
Helloworld!
%% Cell type:markdown id:77f74fb5 tags:
%% Cell type:markdown id:bc1be52c tags:
#### 3: Advanced Exercises
#### 3: First step in Python
%% Cell type:markdown id:d4cc568a tags:
Create a Python program that performs the following arithmetic operations using two variables ``a`` and ``b``