diff --git a/fyi.py b/fyi.py new file mode 100644 index 0000000..202d554 --- /dev/null +++ b/fyi.py @@ -0,0 +1 @@ +print(1 if input()[:3] == '555' else 0) \ No newline at end of file