We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1882f47 commit b0d4893Copy full SHA for b0d4893
exercises/006-apple_sharing/app.py
@@ -1,6 +1,6 @@
1
def apple_sharing(n,k):
2
# Your code here
3
- return None
+ return (int(k/n), k%n)
4
5
6
print(apple_sharing(6,50))
0 commit comments