We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8773553 commit 6cf9980Copy full SHA for 6cf9980
1 file changed
v3/docs/user-FAQ.md
@@ -41,6 +41,9 @@ We haven't "cleaned-up" the visualizations to look better for OOP code examples;
41
they are simply displaying what Python is doing step-by-step as those programs execute.
42
Please email if you have suggestions for more aesthetically-pleasing yet accurate OOP visualizations.
43
44
+#### Can Online Python Tutor visualize programs that accept user input via, say, raw_input()?
45
+
46
+No, sorry it can't currently do that; and chances are, it won't ever be able to unless I significantly rewrite the backend.
47
48
#### Did you know that stepping through code with generators looks weird when "display frames of exited functions" is selected?
49
0 commit comments