3 of 5
replaced http://meta.codegolf.stackexchange.com/ with https://codegolf.meta.stackexchange.com/
Python 2, 29 bytes
a=input()
while 1:print a;1/a
This terminates with a division error on 0, which is allowed by default.
xnor
- 149.6k
- 26
- 287
- 676