Skip to content
Sign UpLog In
Profile icon

The Maker

@DemonZZ
Repls
Community
DemonZZ
DemonZZ
published a Repl
8 months ago
0
The Monty Hall Problem Proof
The Monty Hall Problem ProofThis runs the monty hall problem 1 million times where it will always switch to the other door, to prove that you have a higher chance of winning if you switch than if you stay at the same door
DemonZZ
DemonZZ
shared a Post
1 year ago
whenever i try to run my project it doesnt do anything it just says working and reconnects workingg
DemonZZ
DemonZZ
ok it was just bullying me cause right after i posted this it worked1 year ago
DemonZZ
DemonZZ
shared a Post
2 years ago
use "W'A'S'D" along with enter to move, "#" are walls, its a scrolling game so the player (which is the "O") is always in the middle, and finally "^"
GAME
Python
DemonZZ
DemonZZ
shared a Post
2 years ago
Im trying to make something but i need it so one file runs at the same time as another ex: File1: import File2 while True: print("File1")
Coder100
Coder100
Not possible :( You could use threads IG, but only if you can figure it out https://realpython.com/intro-to-python-threading/2 years ago
RYANTADIPARTHI
RYANTADIPARTHI
I think, you need to put up two separate file running without the while loop. Just normally.2 years ago
DemonZZ
DemonZZ
shared a Post
2 years ago
type commands for the correct syntax
ATM
Python
DemonZZ
DemonZZ
shared a Post
2 years ago
use "W'A'S'D" along with enter to move, "#" are walls, its a scrolling game so the player (which is the "O") is always in the middle, and finally "^"
non-euclidean game test
Python
DemonZZ
DemonZZ
shared a Post
3 years ago
type help to get controls and what things are
Game
Python