Eye of Sauron
This commit is contained in:
5
eyeofsauron.py
Normal file
5
eyeofsauron.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
s = input().strip()
|
||||||
|
if len(s) % 2 != 0 or s[len(s) // 2] != ")":
|
||||||
|
print("fix")
|
||||||
|
else:
|
||||||
|
print("correct")
|
||||||
Reference in New Issue
Block a user