Based on the Person class implemented in the HandsOn lectures, which of the following correctly condenses the body of the can_vote() method in the Person class. A person must be 18  years old to be able to vote.单项选择题

A

def can_vote(self):    return self.age >= 18

B

def can_vote(self):    return self.age() >= 18

C

def can_vote(self):    return age(self) >= 18

D

def can_vote(self, other): other = 18    return self.age >= other.age

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!