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")

7th Apr 2020, 7:34 PM
Ignacio Scotti
Ignacio Scotti - avatar
1 Answer