Direct translation of python code:
julia> [ ( "#" * join(rand("ABCDEF0123456789", 6)) ) for _ in 1:5 ]
5-element Vector{String}:
"#1DF4F5"
"#06B8BB"
"#D51E54"
"#F27A78"
"#90E782"
Direct translation of python code:
julia> [ ( "#" * join(rand("ABCDEF0123456789", 6)) ) for _ in 1:5 ]
5-element Vector{String}:
"#1DF4F5"
"#06B8BB"
"#D51E54"
"#F27A78"
"#90E782"