You are viewing a single comment's thread. Return to all comments →
def secFunc(x): return (x%11)
n = int(input()) print (secFunc(n))
its good way to solve And Use Our logic to solve the qestaion
Seems like cookies are disabled on this browser, please enable them to open this website
Security Functions
You are viewing a single comment's thread. Return to all comments →
def secFunc(x): return (x%11)
n = int(input()) print (secFunc(n))
its good way to solve And Use Our logic to solve the qestaion