File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ it doesn't matter whether they're rendered in the stack or heap.
1111
1212#### Whoa, I get an unknown error when I try to use the ` re ` module (or other modules)
1313
14- Yep, I currently have limited support for external modules. The only module functions that work
15- are those involving native C function calls (e.g., "import math; x = math.sqrt(9)"). Making pure-Python
16- function calls in modules will lead to an unknown error.
14+ Yep, Online Python Tutor currently has very limited support for external modules. The only module functions that work
15+ are those involving native C function calls (e.g., "import math; x = math.sqrt(9)"). Making ** pure-Python
16+ function calls** in external modules will lead to an unknown error.
1717
1818
1919#### Visualizations of object-oriented programs are confusing; why are there grayed-out frames everywhere?
You can’t perform that action at this time.
0 commit comments