Question from the Python test

Write a Python class with a method that takes two arguments.

Hard

What can be said about the following statement?

class Exercice :
    def maMethode(title, description)  :
        print(title, description) 
Author: Vincent CotroStatus: Published(Update)Question passed 280 times
Edit
2
Community EvaluationsNo one has reviewed this question yet, be the first!