Jump to content

Integer sequence: Difference between revisions

→‎{{header|Python}}: Comment on integers.
(→‎{{header|Python}}: Comment on integers.)
Line 212:
for i in count():
print(i)</lang>
 
Pythons integers are of arbitrary large precision and so programs would probably keep going until OS or hardware system failure.
 
=={{header|QBASIC}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.