We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Security
- Functions
- Security Functions
- Discussions
Security Functions
Security Functions
+ 0 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
+ 0 comments Is this a joke? How did this ever get past whatever review process hackerrank hopefully has?
+ 0 comments After knowing solution I'm very disappointed with the question, please try to keep it straight forward.
+ 0 comments print(int(input())%11)
+ 0 comments for python: result = x % 11 return result
what sorcery is this? :D
Load more conversations
Sort 72 Discussions, By:
Please Login in order to post a comment