Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

new snippet added: to_binary_list #405

Closed squarebat closed 4 years ago

squarebat commented 4 years ago

Convert all elements in an integer list to their binary notation.

squarebat commented 4 years ago

Okay, thanks for your response. I'll try to contribute something of value.