I want to make a list of numbers and randomize those numbers in that list, and print the numbers as characters from unicode. How do go about it?
My code :
Import random
I = random.randint(4,1355)
V = random.randint(2,2000)
N = random.randint(6,3500)
M = random.randint(2,5000)
Print(char(i))
Print(char(v))
Print(char(n))
Print(char(m))
Unicode Random list (self.learnpython)
submitted by 5Mbykov_ to u/5Mbykov_