Why does random.choice() give me a type error?

前端 未结 0 1860
长发绾君心
长发绾君心 2020-12-24 05:27

I was using the random.choice() in python to randomly generate options out from a list.I ended up getting a type Error in my codes:

me=[rock, paper, scissors]

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