Knowledge check

Completed

Check your knowledge

1.

How often do we see meteor showers on Earth?

2.

Where can you find meteorites on Earth?

3.

What would the following code return? some_return_value = friends.loc[(friends['location'] == my_location) & (friends['hunger'] >= my_hunger), 'favorite_food'].tolist()