All problems
EasyOOP
Instance method
Add a `describe()` method to a Student class that prints "<name> scored <score>".
- #class
- #method
Sample input
Student("Priya", 95)Sample output
Priya scored 95
class-method.py
Output
Press "Run code" to execute.
