DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
generate coordinates python
coordinates
=
[
]
for
x
in
xrange
(
width
)
:
for
y
in
xrange
(
height
)
:
coordinates
.
append
(
(
x
,
y
)
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#generate
#coordinates
#python
ADD COMMENT
Topic
COMMENT
Name
6+1 =
Submit