+ 1

secret_word="water" guess="" tries=0 limit=5 while guess!=secret_word: guess=input("enter a random guess:") tries+=1

Python

30th Aug 2020, 5:29 PM
asavtripple6
asavtripple6 - avatar
7 Answers
+ 2
u can input only once. Guess the number is not possible here.
30th Aug 2020, 8:23 PM
Oma Falk
Oma Falk - avatar
+ 1
Hi, just read one of them. The wall is a discrete hint that we have a searchbar. Please become familiar with it as soon as possible. Happ coding.
30th Aug 2020, 5:32 PM
Oma Falk
Oma Falk - avatar
+ 1
while guess!= secret_word and tries < limit:
30th Aug 2020, 5:33 PM
HBhZ_C
HBhZ_C - avatar
0
Pls help me with it oma falk
30th Aug 2020, 5:45 PM
asavtripple6
asavtripple6 - avatar
0
I did input once
30th Aug 2020, 9:27 PM
asavtripple6
asavtripple6 - avatar
0
Oh it doesn't work on this app or something
30th Aug 2020, 9:40 PM
asavtripple6
asavtripple6 - avatar