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
849bae21e9ca1333c9fae7a88a632e800c4423c5
python
/
exercises
/
variable-length-quantity
/
variable_length_quantity.py
7 lines
61 B
Python
Raw
Normal View
History
Unescape
Escape
Add parameters to exercise placeholder Add parameters to exercise placeholder for variable-length-quantity. Also changed variable naming from bytes to bytes_ to avoid shadowing python's bytes Fixes: #651
2017-10-10 06:41:27 +08:00
def
encode
(
numbers
)
:
variable-length-quantity: Add new exercise (#468)
2017-05-07 14:28:55 +02:00
pass
Add parameters to exercise placeholder Add parameters to exercise placeholder for variable-length-quantity. Also changed variable naming from bytes to bytes_ to avoid shadowing python's bytes Fixes: #651
2017-10-10 06:41:27 +08:00
def
decode
(
bytes_
)
:
variable-length-quantity: Add new exercise (#468)
2017-05-07 14:28:55 +02:00
pass
Reference in New Issue
Copy Permalink