2022年1月17日

摘要: X(n)为随机变量的序列,比如代表投n次硬币,总共出现人头的概率。 这里的a代表事件的概率,比如50% 阅读全文
posted @ 2022-01-17 23:49 ttm6489 阅读(250) 评论(0) 推荐(0) 编辑
摘要: # author: Roy.Gdata={"roy":1,"boy":2}data1=[1,2,3]try: data["roy"] data[5]# except (KeyError,IndexError) as e:except Exception as e: # detect all exce 阅读全文
posted @ 2022-01-17 14:36 ttm6489 阅读(29) 评论(0) 推荐(0) 编辑
摘要: # author: Roy.Ga="self,name,color,age,food"b=a.split(",") # 以, 分开字符串for i in b: print("self."+i+"="+i)class animal(object): def __init__(self,name,col 阅读全文
posted @ 2022-01-17 01:03 ttm6489 阅读(29) 评论(0) 推荐(0) 编辑

导航