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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -94,7 +94,8 @@ Took around 1 hour to train.
94
 
95
  ### Results
96
  * Test Results 1:
97
- ```<bos>Write a fucntion to sort a list in python.<eos>
 
98
  Answer:
99
 
100
  def sort_list(list):
@@ -102,13 +103,12 @@ def sort_list(list):
102
  Response: None
103
  ```
104
  * Test Result 2:
105
- ```<bos>Write a function to generate fibonacci series in Python<eos><eos>
 
106
  Response: None
107
  ```
108
  * Test Result 3:
109
- ```<bos>Write a function to count Consonants in a Given Word in Python<eos>10.1.1
110
-
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
+ ```Write a fucntion to sort a list in python
98
+
99
  Answer:
100
 
101
  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