complete 12871.py
This commit is contained in:
4
zeta_python/completed/12871.py
Normal file
4
zeta_python/completed/12871.py
Normal file
@@ -0,0 +1,4 @@
|
||||
if __name__ == "__main__":
|
||||
s = input()
|
||||
t = input()
|
||||
print(1 if t * len(s) == s * len(t) else 0)
|
||||
Reference in New Issue
Block a user