ORIGINAL MESSAGE: "Hello! This is not yet done because I have just started coding and am messing around with the different blocks to get a feel for the code. Basically, the machine will give you a random number. If you think this is the correct number, then say "Yes" otherwise say "No, it is (The number you think it is)" The number is between 1 and 10,000. If you are correct and you say yes to the correct answer, it will still say you are wrong. So I guess this is kinda pointless." - MimicXD
MY MESSAGE: I used the original idea for the project, but changed the code to incorporate the use of variables, which is the only way i could think of making this work. The original only had one right answer, and it was always the same. this, however, has a new right answer every time. Check out the original project and look inside this project to check out how I did it. I left comments cause I think that when I was learning to code it would have been really helpful to have an explanation for the different lines of code and blocks and stuff, instead of having to figure it out myself. Enjoy!