0
how i can fix my code
sounds={"1":"roar","2":"grr","3":"sss"} while true: if sounds = "roar": print("tiger") if sounds = "grr": print("lion") if sounds = "sss": print("snake")
1 Answer
sounds={"1":"roar","2":"grr","3":"sss"} while true: if sounds = "roar": print("tiger") if sounds = "grr": print("lion") if sounds = "sss": print("snake")