PYTHON PYTHON PYTHON PYTHON PYTHON PYTHON PYTHON PYTHON
x h Quiz 8 tempt.php?attempt-13540 class Job(: Question 6 Not complete Marked out of 1.00 def init (self, title, location): self.title title Flag question self.location = location class Doctor(Job): def-init-(self, title, location, specialization): self.title title self.location = location self.specialization = specialization 1 class Person): def init (self, name, job): self.name name self.job = job Dan Person(Dan’, Job(“Writer, ‘Philadelphia)) Clara Person( Clara, Doctor Doctor, Wilmington’, Surgery’)) How would you access Clara’s job’s location? Choose.. How many attributes does Clara have? How many attributes does Doctor have? Choose… Choose.
Expert Answer
Here are the answers –
1. How would you access Clara’s job’s location ?
Ans – Clara’s job location = Clara.job.location
2. How many attributes does Clara have?
Ans – 4
3. How many attributes does Doctor have?
Ans – 3
4. How many parents does Doctor have?
Ans – 1
5. How can we place widgets with Tkinter?
Ans – Option d , In a grid layout