Skip to content

Commit 09c4af5

Browse files
authored
Update solution.hide.py
1 parent f8471ab commit 09c4af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def apple_sharing(n,k):
22
# Your code here
3-
return (round(k/n),k%n)
3+
return (round(k/n), k%n)
44

55

66
print(apple_sharing(6,50))

0 commit comments

Comments
 (0)