skulpt / skulpt

Skulpt is a Javascript implementation of the Python programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turtle bgpic not working online

vlad23tudor opened this issue · comments

Hello,
Please help us a little.
bgpic is not working with some url like:

import turtle
s = turtle.Screen()
t = turtle.Turtle()
s.bgpic("https://mars.pythonisti.ro/background_mars_1.jpg")
t.fd(100)

You can check the project here:
https://mars.pythonisti.ro/

Where is the bug in the code, please?
Thank you!