python from com.example import MyClass python obj = MyClass() result = obj.myMethod() python result = obj.myMethod(42)