mardi 11 août 2020

How to shuffle the letters of string in python

from random import shuffle
string = 'String'
shuffle(string)
print(string)

Its not working! There is any other way.




Aucun commentaire:

Enregistrer un commentaire