Calculating probabilities in Python

后端 未结 0 620
星月不相逢
星月不相逢 2021-02-09 10:45

I\'m trying to write a script that computes the probability of choosing random elements from a given list. Here is what I have so far:

import random

a = [11, 12,         


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