I'm trying to run a code that does a simple calculation of (x/13.772)* 30 with x being any value but the problem is the code stops prematurely at the point where it asks to rerun the code again. (Calculation works perfectly fine, so it doesn't seem like it's the problem)
The code works for the tutorial that I'm going through, so I honestly don't know why it runs entirely differently on mine. Is there some kind of hidden interactions that I'm not aware of?
Well, it's an incomplete game because I haven't done the tutorial completely yet but it's supposed to be Bulls and Cows and I'm not good at explaining but it basically lets you say stuff five times then at the end it asks you to whether you want to play it again as of now...
It's the last function that bothers me, it's exactly the same as the one in my previous code but the previous code just halts at the point where it asks you whether you want to play again while this one works perfectly fine.