The Maker
@DemonZZ
0
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
4
0
0
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 "^"
Python
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 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 I think, you need to put up two separate file running without the while loop. Just normally.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 "^"
Python