Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Recipe 577944 revision 1
from random import * randBinList = lambda n: [randint(0,1) for b in range(1,n+1)]
« Back to Recipe 577944
History
revision 1
(12 years ago)
x
Undo