Assemble a Bird class and define a variable called 'can_fly' that has the value True.
Bird
True
Make sure to pick class, followed by can_fly, and finally True.
class
can_fly