I\'m a beginner coder, and I recently created a function that takes a string and randomly capitalizes each letter.
def rand_upper(string): import random