Update README.md
Browse files
README.md
CHANGED
@@ -94,7 +94,8 @@ Took around 1 hour to train.
|
|
94 |
|
95 |
### Results
|
96 |
* Test Results 1:
|
97 |
-
|
|
|
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 |
-
|
|
|
106 |
Response: None
|
107 |
```
|
108 |
* Test Result 3:
|
109 |
-
|
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 |
|