Pull to refresh
1
Send message

class int:

    def __init__(self, val) -> None:

        self.val = val

       

    def __rmul__(self, owner):

        st = owner * self.val

        return [st]

Information

Rating
Does not participate
Registered
Activity