Data update
This commit is contained in:
parent
07c7092a52
commit
61b93a2cd1
313 changed files with 6160 additions and 346 deletions
|
|
@ -44,4 +44,4 @@ felix.kill().kill().kill()
|
|||
mr_winkle = Dog()
|
||||
buddy = Labrador()
|
||||
buddy.kill()
|
||||
print "Felix has",felix.lives, "lives, ","Buddy is %salive!"%("" if buddy.alive else "not ")
|
||||
print(f"Felix has {felix.lives} lives, Buddy is {'not' if buddy.alive else 'not'} alive!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue