Python Basics Random Shuffle

preview_player
Показать описание
Learn how to use the random shuffle method in python

twitter: @python_basics

#pythonprogramming #pythonbasics #pythonforever
Рекомендации по теме
Комментарии
Автор

thank you, your videos are really helpful

radouanebouchou
Автор

Thank you sooo much!!!
Now i can make my password generator! : )

gamning
Автор

can you make some code that shuffle and unshuffle letter?

christophertimothy
Автор

Print(random.choice(x))
This command runs perfectly.

Then why cant print(random.choice(x))

antifragile