a python function for printing a string, character by character in a shuffled list.
print_names(name, alphabet = string.ascii_letters, time_character = 0.01)
only the message that you want to display is required, all others are optional.
- this is a example of how you can use the function 🚀