qanastek commited on
Commit
98dd3b1
1 Parent(s): 27cad3e

Update MANTRAGSC.py

Browse files
Files changed (1) hide show
  1. 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