This website requires JavaScript.
Explore
Help
Register
Sign In
exercism
/
python
Watch
1
Star
0
Fork
0
You've already forked python
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b3cf79fc0277db3988901b46059f50718ef8df28
python
/
exercises
/
practice
/
two-bucket
/
two_bucket.py
3 lines
66 B
Python
Raw
Normal View
History
Unescape
Escape
two-bucket: update tests to v1.4.0 (#1334) * two-bucket: update tests to v1.4.0 * Rename function `two_bucket` to canonical `measure` * two-bucket: update stub to v1.4.0 * two-bucket: fix example to pass tests v1.4.0 * two-bucket: revert unintentional change to example
2018-02-20 22:39:48 +08:00
def
measure
(
bucket_one
,
bucket_two
,
goal
,
start_bucket
)
:
Removed example solution code from stub file.
2022-02-09 20:02:34 -08:00
pass
Reference in New Issue
Copy Permalink