You are using the turtle library.
You created a pen as an instance of turtle. Which line of code draws with green and fills with yellow?
Responses
pen('green','yellow')
pen('green','yellow')
color('yellow','green')
color('yellow','green')
color('green','yellow')
color('green','yellow')
pen('yellow','green')
pen('yellow','green')