アットウィキロゴ

ぶyyy*

def modx(x,n):
 
    m=int(x/n)
    mx=x-m*n
 
    return mx
 
print(modx(97*97,377))
最終更新:2018年02月09日 10:33