# I have created a program that takes input and sorts it.
# I have also set up a program that takes to lists, combines them, and lists them together in order.
# The thing I am trying to do ((using the random module, random(), randint(), seed(), and shuffle() )) is to write a program that prints out 4 random 5-card poker hands from a "deck" (I have created a deck). A card can't show up in more than one hand!
# Really I am looking for help on how to do this. The more basic things are the better. If you could explain things, that would be amazing. ANY HELP is appreciated greatly.