Create a class called Food with the attributes ‘name’ and ‘calories’.
Add a method to your person class called eat and make it so that they are not hungry if they eat a food with more than 100 calories.
Go to Exercise 1.13 - using classes with PsychoPy