how to fix my code ? 1)how to make the clues work properly 2)make…
Question Answered step-by-step how to fix my code ? 1)how to make the clues work properly 2)make… how to fix my code ?1)how to make the clues work properly2)make sure the loop can be counitued3) the prorgam should detect the secret number when asnwered (but in my code dose not work)link~~ rules / explaining each clue / my code / example outputhttps://docs.google.com/document/d/1_hfHS7Tto2mFBLJeGnpseBSXEK-Ue65gaFVOdjIt6cg/edit?usp=sharing Image transcription textMy # from os import system import random print('Let's play Peaches!'n') len_of_num =int(input("Enter the size of the secret number: ")) guesses = 0; secret_num =random.sample(range(1,9) ,len_of_num) secret_num = str(secret_num) while len(secret_num) &l... Show more... Show more Computer Science Engineering & Technology Python Programming Share QuestionEmailCopy link Comments (0)


