[Solved] Invalid Syntax. No area highlighted [closed]
You have several syntax errors. The first one is here on line 33 elif playmindset == “d”: playtemp = random.choice([1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4,4,4,4,5,5,]) playruns = playtemp playscore = playscore + playruns print(“You scored” ,playruns, “runs.”, team, “is on”, playscore,” runs.”) elif playruns == 5: # this line print(“Your player is out! “, team,”‘s current score is:”, playscore,”runs”) playouts … Read more