Note 21.2.2.
It is also possible to use an image that is on another web page if you know its full address. Doing this would look like:
img = Image("https://shorturl.at/dNUX7")
Data: mount_hood.jpg
Data: graduates.jpg
Data: goalkeeper.jpg
Data: green_screen.jpg
Data: student1.jpg
Data: student2.jpg
Data: scooter.jpg
Data: logo.jpg
img = Image("student1.jpg")
to use student1.jpg
. Try out one or more of these images by changing line 4 in the program below.img = Image("https://shorturl.at/dNUX7")