# -*- mode: snippet -*-
# name: _rsub
# key: _rsub
# group: Special methods
# --
def __rsub__(self, other):
return $0