How to print list using random words ('NoneType' object is not iterable)

前端 未结 0 784
鱼传尺愫
鱼传尺愫 2021-02-15 07:14

I have this:

import time

keys = [\'trophies\', \'anagrams\', \'parado\', \'impishness\', \'sphering\']
for key in keys:
    print (key)
    time.sleep (2)


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