Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python visualizer - infinite loop means printed output disappears #6

Open
daveagp opened this issue Aug 6, 2018 · 0 comments
Open

Comments

@daveagp
Copy link
Member

daveagp commented Aug 6, 2018

Example to replicate:

for i in range(1000):
print(i)

Likely due to the ancient version of the visualizer - need to see if a fix is possible as a full upgrade is probably infeasible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant