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 f8471ab commit 09c4af5Copy full SHA for 09c4af5
exercises/006-apple_sharing/solution.hide.py
@@ -1,6 +1,6 @@
1
def apple_sharing(n,k):
2
# Your code here
3
- return (round(k/n),k%n)
+ return (round(k/n), k%n)
4
5
6
print(apple_sharing(6,50))
0 commit comments