futurice / futurice/PythonInBrowser
Calling t.getscreen() returns NoneType
Aperta
- Lingua principale
- Python
- Stelle
- 4
- Fork
- 5
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Calling t.getscreen() returns a NoneType
```
t = turtle.Turtle()
t.getscreen()
screen.bgcolor("black")
```
causes an error, since screen is NoneType
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.