powered by
Alice <- Player(1, Gaussian(25, 8), "Alice") Bob <- Player(2, Gaussian(30, 7), "Bob") players <- list(Alice, Bob) PrintList(players)
Run the code above in your browser using DataLab