index
:
GalaxyGeneration
this commit
master
Generating Galaxies
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
python
/
spiral
/
__init__.py
blob: 8481bb073cbca461b60604547c5d1954d9987ace (
plain
)
1
2
3
4
5
6
7
import
gen
n
=
10
list_a
=
[]
gen
.
gen_stars
(
n
,
list_a
)
print
(
list_a
)