Code that randomly capitalizes each letter of a string (Code cleaning help)

后端 未结 0 820
萌比男神i
萌比男神i 2020-12-08 00:20

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
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题