Update README.md
Browse files
README.md
CHANGED
|
@@ -110,6 +110,9 @@ def correct_sentence(sentence):
|
|
| 110 |
# Example usage
|
| 111 |
incorrect_sentence = "Pul dogru adamlarda deyil"
|
| 112 |
print(correct_sentence(incorrect_sentence))
|
|
|
|
|
|
|
|
|
|
| 113 |
```
|
| 114 |
|
| 115 |
## License
|
|
|
|
| 110 |
# Example usage
|
| 111 |
incorrect_sentence = "Pul dogru adamlarda deyil"
|
| 112 |
print(correct_sentence(incorrect_sentence))
|
| 113 |
+
|
| 114 |
+
# Pul doğru adamlarda deyil.
|
| 115 |
+
|
| 116 |
```
|
| 117 |
|
| 118 |
## License
|