Eye of Sauron

This commit is contained in:
2023-06-24 22:12:01 +02:00
parent 43c7f74a38
commit cb9edc207f

5
eyeofsauron.py Normal file
View File

@@ -0,0 +1,5 @@
s = input().strip()
if len(s) % 2 != 0 or s[len(s) // 2] != ")":
print("fix")
else:
print("correct")