fork download
  1. pi = '3.1415926535897932384626433832795028841971693993751058209749445923078164062862\
  2. 089986280348253421170679821480865132823066470938446095505822317253594081284811'
  3.  
  4. fd = str(input())
  5. id = pi.find(fd)
  6. print(id,id+len(fd), sep=':')
Runtime error #stdin #stdout #stderr 0.02s 27664KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 4, in <module>
    fd = str(input())
EOFError: EOF when reading a line