@@ -310,9 +310,9 | |||
|
310 | 310 | if (type == "0") or (type == "1") or (type == "2"): |
|
311 | 311 | out_str = "".join(in_data) |
|
312 | 312 | elif type == "3": |
|
313 | out_str = TwoComparation(in_lst = in_data) | |
|
313 | out_str = self.__TwoComparation(in_lst = in_data) | |
|
314 | 314 | else: |
|
315 | out_str = ThreeComparation(in_lst = in_data) | |
|
315 | out_str = self.__ThreeComparation(in_lst = in_data) | |
|
316 | 316 | |
|
317 | 317 | return out_str |
|
318 | 318 |
General Comments 0
You need to be logged in to leave comments.
Login now