I can able to run this code, whats wrong with iy? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 1

I can able to run this code, whats wrong with iy?

Guess_Word = "Giraffe" guess = "" while guess != Guess_Word: guess = input("Enter Guess: ") print("You win")

22nd Jan 2022, 12:24 PM
Yusuf Bello Garga
Yusuf Bello Garga - avatar
1 Antwort
0
It ask input indefinitely, until you input "Giraffe" ..
22nd Jan 2022, 12:54 PM
Jayakrishna 🇮🇳