Computer Science, asked by kuldeepdhruw2005, 11 hours ago

write a python program to open the file staff.dat, read the objects written in it and display them.​

Answers

Answered by jhabhuvash
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