0% found this document useful (0 votes)
6 views2 pages

Main

Uploaded by

qawery76
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Main

Uploaded by

qawery76
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

if 1==1:

import random,re;
cash=15000
print("do NOT do this in real life.")
input("Your balance is $"+str(cash)+" [Enter]")
while True:
bettingvalue="AAAAA"
caughtrate=random.randint(1,99)
redrate=50
blackrate=50
numberrates=3
insight=input("Do you want me to bias the board for this round? Your
chances of getting caught are: "+str(caughtrate)+"% Ill do it for $"+str(1000-
caughtrate*10)+". (y/n)")
if insight == "y":
if 1000-caughtrate*10 >= cash:
input("you're broke. [Enter]")
else:
redrate=random.randint(0,100)
blackrate=100-redrate
print("The chance of red is now "+str(redrate)+"% ")
cash=cash-caughtrate*10
input("new balance: $"+str(cash)+" [Enter]")
else:
input("Scared. [Enter]")
bettingvalue=int(re.sub(r'[^0-9]', '', input("how much are you money are
you betting? [Integer] $")))
bettingvalue=abs(int(bettingvalue))
if bettingvalue > cash:
while bettingvalue > cash:
bettingvalue=input("\nyou cant choose a number more than your
balance. Pick again [Integer]")
elif bettingvalue==cash:
input("All in? ... Well, alright then. Pick your next choice wisely..
[Enter]")

bet_color=input("do you bet on red, or on black [r/b] ")


if bet_color != "r" and bet_color == "b":
while bet_color != "r" and bet_color != "b":
input("Please say 'r' or 'b'. [r/b] ")
chances=random.randint(0,100)
caught=random.randint(0,100)
print(redrate)
print(chances)
if caught < caughtrate and insight=="y":
insight=bettingvalue*1.5
cash=cash-insight
print("\n\nYou got caught. We will deduct your 150"+"%"+" of your bet
from you as punishment")
else:
if chances > redrate:
chances="r"
print("The ball landed on red.")
else:
chances="b"
print("The ball landed on black.")
if chances==bet_color:
print("You win.. well, I'll get you next time.")
cash=cash+bettingvalue
else:
if cash==bettingvalue:
input("You lost. Looks like you dont have anything left either.
Maybe you should've played smarter [Enter]")
break
print("you lose.")
cash=cash-bettingvalue
if cash <=0:
input("You lost all your money.\n [Enter]")
break
print("\nYour new balance is $"+str(cash)+"")
input("New round [Enter]\n")
#code hidden because uhh yes

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy