Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hyo37009
/
please
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
please
/
initcolor.py
hyo37009
init
e53e1b8
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
219 Bytes
import
random
print
(random.randint(
0
,
255
))
for
i
in
list
(
range
(
150
)):
print
(
"["
+
str
(random.randint(
0
,
255
)) +
", "
+
str
(random.randint(
0
,
255
)) +
", "
+
str
(random.randint(
0
,
255
)) +
"], "
)