-
-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
In Section 5.5, there are two activities that use the Turtle module. Since CodeLens/PythonTutor doesn't support it, the CodeLens button shouldn't be enabled/visible.
To Reproduce
Steps to reproduce the behavior:
- Go to Section 5.5
- Scroll down to activity 5.5.2 and 5.5.3
- Click on the Show CodeLens
- Click on the 'Next' button in CodeLens
- CodeLens shows: ImportError: turtle not found or not supported
Only these modules can be imported:
future, abc, array, bisect, calendar, cmath,
collections, copy, datetime, decimal, doctest, fractions,
functools, hashlib, heapq, io, itertools, json,
locale, math, operator, pickle, pprint, random,
re, string, types, typing, unittest
Expected behavior
A clear and concise description of what you expected to happen. The CodeLens button shouldn't be shown since it doesn't support the Turtle module
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed