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