write a python program to open the file staff.dat, read the objects written in it and display them.
Answers
Answered by
0
Answer:
Explanation:
import turtle
wn = turtle.Screen()
wn.addimage("#file name.its type")
object = turtle.Turtle()
object.shape(#file name.its type)
Similar questions