Renamed alive() to is_alive()
This commit is contained in:
parent
e18a419f62
commit
d582932ad5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Drone(BoundedTurtle):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def alive(self):
|
def is_alive(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def remove(self):
|
def remove(self):
|
||||||
|
|
Loading…
Reference in a new issue