Skip to content

ganeshkumarm1/flattenpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flattenpy

A Python library to flatten python list

Usage

from flattenpy import flattenpy 
print flattenpy.flatten([1,[2,3],[4,5],6])

Output

[1,2,3,4,5,6]

About

A Python library to flatten python list

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages