futurice / futurice/PythonInBrowser
Calling t.getscreen() returns NoneType
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Calling t.getscreen() returns a NoneType
```
t = turtle.Turtle()
t.getscreen()
screen.bgcolor("black")
```
causes an error, since screen is NoneType
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.