アットウィキロゴ

もx44

def mox(x,p):
    z=x/p
    z1=int(z)
    return x-z1*p
 
p=7
x=10
 
print(mox(x,p))
最終更新:2018年02月08日 08:16