Update MANTRAGSC.py
Browse files- MANTRAGSC.py +2 -0
MANTRAGSC.py
CHANGED
|
@@ -108,6 +108,8 @@ class StringIndex:
|
|
| 108 |
print("Finished building the index!")
|
| 109 |
|
| 110 |
def find(self, t):
|
|
|
|
|
|
|
| 111 |
|
| 112 |
key = (t[0], len(t))
|
| 113 |
|
|
|
|
| 108 |
print("Finished building the index!")
|
| 109 |
|
| 110 |
def find(self, t):
|
| 111 |
+
|
| 112 |
+
print(f" >>{t}<<")
|
| 113 |
|
| 114 |
key = (t[0], len(t))
|
| 115 |
|