Would donate but broke atm
both in perp and IRL lmao

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
import random as r
contestants = ["kerzify", "Lushi", "Sarah Mushroom", "Akeno Via", "Matthew", "Omega", "Potato Animation", "mcbib", "Ryan Mushroom", "Mj", "MangoFracht",
"Thorgal", "DrToast", "Qiang", "Mini", "Luffe", "Bob Hansen", "loby", "Vixx", "Anthony King", "Mocho", "Ejdam", "Teby", "Pugga", "Exana", "Galle", "walnah", "Maeen",
"Crunchie", "Medium", "Dick Harris", "AceAbo", "AlfonsoCicco", "A1L (fat)", "cruak", "HuntedKiller", "Juan Bonita", "Teemo", "kronen", "Recession", "Brenny", "Doner Kebap", "Pinkis1221", "Panda",
"amitbs991", "Jesus 2012", "Someuser", "Dom"]
r.seed()
prizeMoney = 890000
increments = 100000
winners = []
rangeList = len(contestants) - 1
print(contestants[rangeList])
for i in range(int(prizeMoney/increments) + 1):
winNum = r.randint(0, rangeList)
winners.append(contestants[winNum])
winnerTotals = []
for i in contestants:
totalWon = winners.count(i)
if totalWon > 0:
winnerTotals.append(("@" + i, totalWon * increments))
print(winnerTotals)
mj lowk needed that 100k after that 1k coke that got takenHello gangalang
The results are as follows:
@kerzify - $200k
@Sarah Mushroom - $100k
@Matthew - $100k
@Tarone Idrin (mohammed) - $100k
@Mini - $100k
@teby - $100k
@maeen - $100k
@pinkis1221 - $100k
Please respond with the bank number you want me to send it to (it does not have to be yours). I also rounded up the 880k to 900k because why the hell not.
300 more today I heardmj lowk needed that 100k after that 1k coke that got taken![]()
My bank number is 2882557 thank you very much gang god bless idk what to say good luck (i am grateful idk how else to express it)Hello gangalang
The results are as follows:
@kerzify - $200k
@Sarah Mushroom - $100k
@Matthew - $100k
@Tarone Idrin (mohammed) - $100k
@Mini - $100k
@teby - $100k
@maeen - $100k
@pinkis1221 - $100k
View attachment 27932
Please respond with the bank number you want me to send it to (it does not have to be yours). I also rounded up the 880k to 900k because why the hell not.
Here is the code I used if any nerds want to tell me it isn't random enough:
Code:import random as r contestants = ["kerzify", "Lushi", "Sarah Mushroom", "Akeno Via", "Matthew", "Omega", "Potato Animation", "mcbib", "Ryan Mushroom", "Mj", "MangoFracht", "Thorgal", "DrToast", "Qiang", "Mini", "Luffe", "Bob Hansen", "loby", "Vixx", "Anthony King", "Mocho", "Ejdam", "Teby", "Pugga", "Exana", "Galle", "walnah", "Maeen", "Crunchie", "Medium", "Dick Harris", "AceAbo", "AlfonsoCicco", "A1L (fat)", "cruak", "HuntedKiller", "Juan Bonita", "Teemo", "kronen", "Recession", "Brenny", "Doner Kebap", "Pinkis1221", "Panda", "amitbs991", "Jesus 2012", "Someuser", "Dom"] r.seed() prizeMoney = 890000 increments = 100000 winners = [] rangeList = len(contestants) - 1 print(contestants[rangeList]) for i in range(int(prizeMoney/increments) + 1): winNum = r.randint(0, rangeList) winners.append(contestants[winNum]) winnerTotals = [] for i in contestants: totalWon = winners.count(i) if totalWon > 0: winnerTotals.append(("@" + i, totalWon * increments)) print(winnerTotals)
no you fat cowGive me all the money
Wherr is me this is riggedHello gangalang
The results are as follows:
@kerzify - $200k
@Sarah Mushroom - $100k
@Matthew - $100k
@Tarone Idrin (mohammed) - $100k
@Mini - $100k
@teby - $100k
@maeen - $100k
@pinkis1221 - $100k
View attachment 27932
Please respond with the bank number you want me to send it to (it does not have to be yours). I also rounded up the 880k to 900k because why the hell not.
We raised a total of about £35!!! That's very poggers.
Here is the code I used if any nerds want to tell me it isn't random enough:
Code:import random as r contestants = ["kerzify", "Lushi", "Sarah Mushroom", "Akeno Via", "Matthew", "Omega", "Potato Animation", "mcbib", "Ryan Mushroom", "Mj", "MangoFracht", "Thorgal", "DrToast", "Qiang", "Mini", "Luffe", "Bob Hansen", "loby", "Vixx", "Anthony King", "Mocho", "Ejdam", "Teby", "Pugga", "Exana", "Galle", "walnah", "Maeen", "Crunchie", "Medium", "Dick Harris", "AceAbo", "AlfonsoCicco", "A1L (fat)", "cruak", "HuntedKiller", "Juan Bonita", "Teemo", "kronen", "Recession", "Brenny", "Doner Kebap", "Pinkis1221", "Panda", "amitbs991", "Jesus 2012", "Someuser", "Dom"] r.seed() prizeMoney = 890000 increments = 100000 winners = [] rangeList = len(contestants) - 1 print(contestants[rangeList]) for i in range(int(prizeMoney/increments) + 1): winNum = r.randint(0, rangeList) winners.append(contestants[winNum]) winnerTotals = [] for i in contestants: totalWon = winners.count(i) if totalWon > 0: winnerTotals.append(("@" + i, totalWon * increments)) print(winnerTotals)
hell yeah thank youHello gangalang
The results are as follows:
@kerzify - $200k
@Sarah Mushroom - $100k
@Matthew - $100k
@Tarone Idrin (mohammed) - $100k
@Mini - $100k
@teby - $100k
@maeen - $100k
@pinkis1221 - $100k
View attachment 27932
Please respond with the bank number you want me to send it to (it does not have to be yours). I also rounded up the 880k to 900k because why the hell not.
We raised a total of about £35!!! That's very poggers.
Here is the code I used if any nerds want to tell me it isn't random enough:
Code:import random as r contestants = ["kerzify", "Lushi", "Sarah Mushroom", "Akeno Via", "Matthew", "Omega", "Potato Animation", "mcbib", "Ryan Mushroom", "Mj", "MangoFracht", "Thorgal", "DrToast", "Qiang", "Mini", "Luffe", "Bob Hansen", "loby", "Vixx", "Anthony King", "Mocho", "Ejdam", "Teby", "Pugga", "Exana", "Galle", "walnah", "Maeen", "Crunchie", "Medium", "Dick Harris", "AceAbo", "AlfonsoCicco", "A1L (fat)", "cruak", "HuntedKiller", "Juan Bonita", "Teemo", "kronen", "Recession", "Brenny", "Doner Kebap", "Pinkis1221", "Panda", "amitbs991", "Jesus 2012", "Someuser", "Dom"] r.seed() prizeMoney = 890000 increments = 100000 winners = [] rangeList = len(contestants) - 1 print(contestants[rangeList]) for i in range(int(prizeMoney/increments) + 1): winNum = r.randint(0, rangeList) winners.append(contestants[winNum]) winnerTotals = [] for i in contestants: totalWon = winners.count(i) if totalWon > 0: winnerTotals.append(("@" + i, totalWon * increments)) print(winnerTotals)