SaikatM commited on
Commit
fc101d6
·
verified ·
1 Parent(s): ec26f69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -94,7 +94,8 @@ Took around 1 hour to train.
94
 
95
  ### Results
96
  * Test Results 1:
97
- ```Write a fucntion to sort a list in python
 
98
 
99
  Answer:
100
 
@@ -103,12 +104,14 @@ def sort_list(list):
103
  Response: None
104
  ```
105
  * Test Result 2:
106
- ```Write a function to count Consonants in a Given Word in Python
 
107
 
108
  Response: None
109
  ```
110
  * Test Result 3:
111
- ```Write a function to count the number of vowels in a given string in Python.
 
112
 
113
  Example 1:
114
 
 
94
 
95
  ### Results
96
  * Test Results 1:
97
+ ```
98
+ Write a fucntion to sort a list in python
99
 
100
  Answer:
101
 
 
104
  Response: None
105
  ```
106
  * Test Result 2:
107
+ ```
108
+ Write a function to count Consonants in a Given Word in Python
109
 
110
  Response: None
111
  ```
112
  * Test Result 3:
113
+ ```
114
+ Write a function to count the number of vowels in a given string in Python.
115
 
116
  Example 1:
117