P北斗無双3の天井解析プログラム

# -*- coding: utf-8 -*- """ Created on Wed Jul 1 10:56:29 2020 @author: HOST1191 """ import random import statistics import collections import matplotlib.pyplot as plt import seaborn as sns import csv #Pデンチュー振り分け def d_furi(): d_furir = random.randint(1,100) d_dedama = 0 d_kakuhen = 0 if d…