so damn interesting math problems made by me
Q1 You roll a fair 6-sided [1, 2, 3, 4, 5, 6] die three times (so outcomes are like (2,6,1), (4,4,4), etc.). You define a random variable X as the sum of the three rolls. Then define another random variable Y as whether the sequence is non-decreasing; 𝑅1≤ 𝑅2 ≤ 𝑅3 What is P(Y=True∣X=10)? Q2 A secret agent is in your cyber café. You know: 70% of people are regular customers (class Regular C=Reg..
log_dict.py
from collections import defaultdictactivity_logs = { 'neuronet.edu': [(10, 5), (14, 5), (10, 6), (10, 5), (15, 6), (9, 4), (10, 5)], 'cybersys.tech': [(8, 3), (8, 3), (9, 3), (8, 4), (7, 2)], 'quantumhub.ac': [(11, 10), (11, 10), (15, 12), (11, 10), (16, 12)], 'aetherlab.io': [(13, 6), (14, 6), (13, 7), (14, 7), (14, 8), (13, 8)], 'xvoid.org': [(20, 20), (21, 21), (20, 21), (22, 2..