+ 4
Can anybody tell me what's wrong with this code or even just why it is completely wrong?
I tried to make a simple guess the number game but it doesn't work.... Can anybody fix it? Any comment is welcome! https://code.sololearn.com/cdD58SaDYk7l/?ref=app
2 Respostas
+ 2
do
user_input = int(input())
to convert it into an integer
+ 4
thank you so much!!