This commit is contained in:
2023-06-22 23:20:53 +02:00
parent 69d905df28
commit 9b321c86b8

1
fyi.py Normal file
View File

@@ -0,0 +1 @@
print(1 if input()[:3] == '555' else 0)