Typing fixes
This commit is contained in:
@@ -43,7 +43,7 @@ def palindrome_partitions(s: str) -> int:
|
||||
def main():
|
||||
n: int = int(input())
|
||||
|
||||
for i in range(0, n):
|
||||
for _ in range(0, n):
|
||||
in_str = input().strip()
|
||||
print(palindrome_partitions(in_str))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user