Create a Student class. Each student should have a name and a picture. Add a method, show, that shows the picture for the student.
What will be an ideal response?
```
class Student:
def __init__(self, studentPic, studentName):
self.picture = studentPic
self.name = studentName
def show(self):
self.picture.show()
```
You might also like to view...
Virtual private networks (VPNs) establish a secure private connection over which of the following communication mediums?
A) Intranet B) Internet C) Secure network D) Internal network
he sendto system call does not use a return address argument
A. because the network software adds the address of the socket B. so some clients can remain anonymous
Which of the following CSS properties positions the caption of a table?
a. caption b. caption-side c. thead d. spacing
The ____ tool on the Tools panel is one of the most convenient ways to pan an image.
a. Pan b. Move c. Hand d. Zoom In